From 044e228a491ef5dd66e28b1fac7ac96e5a263949 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 28 May 2024 06:35:12 +0100 Subject: [PATCH] Omit additional files from Windows Firefox builds --- app/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index cac21a4d5a..4f663cd41a 100755 --- a/app/build.sh +++ b/app/build.sh @@ -655,7 +655,7 @@ if [ $BUILD_WIN == 1 ]; then # # 'i686' is a huge directory containing x86 versions of xul.dll and other files in # Firefox ARM64 builds for use with the EME DRM plugins - cp -R "$runtime_path"/!(application.ini|browser|defaults|devtools-files|crashreporter*|firefox.exe|i686|maintenanceservice*|precomplete|removed-files|uninstall|update*) "$APPDIR" + cp -R "$runtime_path"/!(application.ini|browser|crashreporter*|default-browser-agent.exe|defaultagent*|defaults|devtools-files|firefox*|i686|maintenanceservice*|minidump-analyzer.exe|pingsender.exe|private_browsing*|precomplete|removed-files|uninstall|update*) "$APPDIR" # Copy zotero.exe, which is built directly from Firefox source and then modified by # ResourceHacker to add icons