[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.3.0esr-13.0-1] fixup! Tweaks to the build system
richard (@richard)
git at gitlab.torproject.org
Wed Sep 20 16:20:10 UTC 2023
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
- at BINPATH@/private_browsing.exe
- at BINPATH@/private_browsing.VisualElementsManifest.xml
- at BINPATH@/browser/VisualElements/PrivateBrowsing_150.png
- at 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 at -bin
@BINPATH@/@MOZ_APP_NAME@
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/62bc13e5e75e123edf6e7b416f2ee2c4c05bd6e1
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/62bc13e5e75e123edf6e7b416f2ee2c4c05bd6e1
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230920/60a7d825/attachment-0001.htm>
More information about the tor-commits
mailing list