Pier Angelo Vendrame pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: f1ea47b4 by Dan Ballard at 2023-03-06T13:47:51+00:00 fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
update 'make run' to process optional parameter ARGS="..."
- - - - -
1 changed file:
- tools/torbrowser/Makefile
Changes:
===================================== tools/torbrowser/Makefile ===================================== @@ -34,7 +34,7 @@ fat-aar: all: build deploy
run: - $(BINARIES)/dev/Browser/start-tor-browser -v + $(BINARIES)/dev/Browser/start-tor-browser -v $(ARGS)
jslint: ./jslint.sh $(DEV_ROOT) $(JS)
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f1ea47b4...
tbb-commits@lists.torproject.org