Skip to content

Commit ab31d75

Browse files
authored
Revert "fix(): temp fix for packaging as we work through backend issues" (#4866)
Reverts #4852
1 parent 8749a0d commit ab31d75

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/pwabuilder/src/script/services/publish/windows-publish.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ export async function generateWindowsPackage(
3131
}
3232
}
3333

34-
// temp fix for packaging problem
35-
if (!windowsOptions.enableWebAppWidgets) {
36-
windowsOptions.enableWebAppWidgets = true;
37-
}
38-
39-
if (!windowsOptions.manifestUrl || windowsOptions.manifestUrl.length === 0) {
40-
windowsOptions.manifestUrl = await getManifestUrl();
41-
}
42-
4334
const validationErrors = validateWindowsOptions(windowsOptions);
4435
if (validationErrors.length > 0 || !windowsOptions) {
4536
throw new Error(

0 commit comments

Comments
 (0)