Skip to content

Commit

Permalink
Revert "fix(): temp fix for packaging as we work through backend issu…
Browse files Browse the repository at this point in the history
…es (#4852)"

This reverts commit 8749a0d.
  • Loading branch information
jgw96 authored Jan 8, 2025
1 parent 8749a0d commit 639c4fc
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ export async function generateWindowsPackage(
}
}

// temp fix for packaging problem
if (!windowsOptions.enableWebAppWidgets) {
windowsOptions.enableWebAppWidgets = true;
}

if (!windowsOptions.manifestUrl || windowsOptions.manifestUrl.length === 0) {
windowsOptions.manifestUrl = await getManifestUrl();
}

const validationErrors = validateWindowsOptions(windowsOptions);
if (validationErrors.length > 0 || !windowsOptions) {
throw new Error(
Expand Down

0 comments on commit 639c4fc

Please sign in to comment.