diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 0c37bd68b..61d898154 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -13,6 +13,8 @@ export WINEDEBUG=-all ac_add_options --target=x86_64-pc-windows-msvc export MOZ_STUB_INSTALLER=1 -export MOZ_MAINTENANCE_SERVICE=1 +export MAKENSISU="C:\\Program Files (x86)\\NSIS\\Bin\\makensis.exe" + +export MOZ_MAINTENANCE_SERVICE= export MOZ_LTO=cross diff --git a/src/browser/installer/package-manifest-in.patch b/src/browser/installer/package-manifest-in.patch new file mode 100644 index 000000000..33f846d38 --- /dev/null +++ b/src/browser/installer/package-manifest-in.patch @@ -0,0 +1,15 @@ +diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in +index 1b87a9ab4aec939acac1da54a2b6670cc581fe86..603de2aa8d07adce7eb1002313f6403e1d90c5ea 100644 +--- a/browser/installer/package-manifest.in ++++ b/browser/installer/package-manifest.in +@@ -370,8 +370,8 @@ bin/libfreebl_64int_3.so + ; [MaintenanceService] + ; + #ifdef MOZ_MAINTENANCE_SERVICE +-@BINPATH@/maintenanceservice.exe +-@BINPATH@/maintenanceservice_installer.exe ++;@BINPATH@/maintenanceservice.exe ++;@BINPATH@/maintenanceservice_installer.exe + #endif + + ; [Crash Reporter]