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/99d9d4c3...