[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Aug 6 12:40:22 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
99d9d4c3 by Henry Wilkes at 2024-08-06T12:31:24+01:00
fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
Bug 43014: Add --purgecaches when running the dev build.
- - - - -
1 changed file:
- tools/torbrowser/Makefile
Changes:
=====================================
tools/torbrowser/Makefile
=====================================
@@ -21,9 +21,9 @@ endif
# Define the run command based on the platform.
ifeq ("$(shell uname)", "Darwin")
- RUN_CMD := cd "$(BINARIES)/Tor Browser.app/Contents/MacOS/" && ./firefox
+ RUN_CMD := cd "$(BINARIES)/Tor Browser.app/Contents/MacOS/" && ./firefox --purgecaches
else
- RUN_CMD := "$(BINARIES)/dev/Browser/start-tor-browser" -v $(ARGS)
+ RUN_CMD := "$(BINARIES)/dev/Browser/start-tor-browser" -v --purgecaches $(ARGS)
endif
config:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/99d9d4c3c514d50ebd2dea51bc9da3a4085b5a7d
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/99d9d4c3c514d50ebd2dea51bc9da3a4085b5a7d
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/20240806/9307e517/attachment.htm>
More information about the tor-commits
mailing list