From 639c4fc75458a5d4c5ed7fc28cabba55fb903757 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Wed, 8 Jan 2025 10:27:15 -0800 Subject: [PATCH] Revert "fix(): temp fix for packaging as we work through backend issues (#4852)" This reverts commit 8749a0da5fc711bfa018a3ba4063ba7b3baaa408. --- .../src/script/services/publish/windows-publish.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/pwabuilder/src/script/services/publish/windows-publish.ts b/apps/pwabuilder/src/script/services/publish/windows-publish.ts index 51fb97f2d..5a7c0d5a0 100644 --- a/apps/pwabuilder/src/script/services/publish/windows-publish.ts +++ b/apps/pwabuilder/src/script/services/publish/windows-publish.ts @@ -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(