Skip to content
Snippets Groups Projects
Commit 99d9d4c3 authored by henry's avatar henry
Browse files

fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

Bug 43014: Add --purgecaches when running the dev build.
parent 74a9682b
No related branches found
No related tags found
1 merge request!1067Add --purgecaches when running the dev build
Pipeline #191983 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment