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
1 changed file:
Changes:
... | ... | @@ -21,9 +21,9 @@ endif |
21 | 21 | |
22 | 22 | # Define the run command based on the platform.
|
23 | 23 | ifeq ("$(shell uname)", "Darwin")
|
24 | - RUN_CMD := cd "$(BINARIES)/Tor Browser.app/Contents/MacOS/" && ./firefox
|
|
24 | + RUN_CMD := cd "$(BINARIES)/Tor Browser.app/Contents/MacOS/" && ./firefox --purgecaches
|
|
25 | 25 | else
|
26 | - RUN_CMD := "$(BINARIES)/dev/Browser/start-tor-browser" -v $(ARGS)
|
|
26 | + RUN_CMD := "$(BINARIES)/dev/Browser/start-tor-browser" -v --purgecaches $(ARGS)
|
|
27 | 27 | endif
|
28 | 28 | |
29 | 29 | config:
|