[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser



Title: GitLab

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:

Changes:

  • tools/torbrowser/Makefile
    ... ... @@ -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:
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits