
richard pushed to branch base-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser Commits: 62bc13e5 by Richard Pospesel at 2023-09-20T16:19:53+00:00 fixup! Tweaks to the build system - - - - - 2 changed files: - browser/app/moz.build - browser/installer/package-manifest.in Changes: ===================================== browser/app/moz.build ===================================== @@ -70,7 +70,8 @@ if CONFIG["CC_TYPE"] == "clang-cl": if CONFIG["OS_ARCH"] == "WINNT": RCINCLUDE = "splash.rc" DIRS += [ - "pbproxy", + # tor-browser#41798 don't build private_browsing.exe on Windows + # "pbproxy", "winlauncher", ] USE_LIBS += [ ===================================== browser/installer/package-manifest.in ===================================== @@ -137,10 +137,10 @@ @BINPATH@/firefox.VisualElementsManifest.xml @BINPATH@/browser/VisualElements/VisualElements_150.png @BINPATH@/browser/VisualElements/VisualElements_70.png -@BINPATH@/private_browsing.exe -@BINPATH@/private_browsing.VisualElementsManifest.xml -@BINPATH@/browser/VisualElements/PrivateBrowsing_150.png -@BINPATH@/browser/VisualElements/PrivateBrowsing_70.png +; @BINPATH@/private_browsing.exe +; @BINPATH@/private_browsing.VisualElementsManifest.xml +; @BINPATH@/browser/VisualElements/PrivateBrowsing_150.png +; @BINPATH@/browser/VisualElements/PrivateBrowsing_70.png #else @BINPATH@/@MOZ_APP_NAME@-bin @BINPATH@/@MOZ_APP_NAME@ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/62bc13e5... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/62bc13e5... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
richard (@richard)