Skip to content
Snippets Groups Projects
Verified Commit 15c4115f authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

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

Bug 43014: Add --purgecaches when running the dev build.
parent 8d3dddbb
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -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.
Please to comment