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

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



Title: GitLab

richard pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 5517e6b0
    by Pier Angelo Vendrame at 2024-06-05T13:01:37+02:00
    fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
    
    Use the correct volume name on macOS.
    

2 changed files:

Changes:

  • tools/torbrowser/deploy.sh
    ... ... @@ -20,7 +20,7 @@ fi
    20 20
     if [ "$(uname)" = "Darwin" ]; then
    
    21 21
     
    
    22 22
         # copy binaries
    
    23
    -    cp -r "$BUILD_OUTPUT/dist/firefox/Tor Browser.app/Contents/"* "$BINARIES/Tor Browser.app/Contents/"
    
    23
    +    cp -r "$BUILD_OUTPUT/dist/firefox/"*.app/Contents/* "$BINARIES/Tor Browser.app/Contents/"
    
    24 24
         rm -rf "$BINARIES/TorBrowser-Data/Browser/Caches/*.default/startupCache"
    
    25 25
     
    
    26 26
         # Self sign the Binaries
    

  • tools/torbrowser/fetch.sh
    ... ... @@ -29,8 +29,8 @@ mkdir -p "${BINARIES_DIR}"
    29 29
     if [ "$(uname)" = "Darwin" ]
    
    30 30
       then
    
    31 31
         hdiutil attach "${TOR_BROWSER_PACKAGE}"
    
    32
    -    cp -R "/Volumes/Tor Browser/Tor Browser.app" "${BINARIES_DIR}"
    
    33
    -    hdiutil detach "/Volumes/Tor Browser"
    
    32
    +    cp -R "/Volumes/Tor Browser Alpha/Tor Browser Alpha.app" "${BINARIES_DIR}/Tor Browser.app"
    
    33
    +    hdiutil detach "/Volumes/Tor Browser Alpha"
    
    34 34
       else
    
    35 35
         tar -xf "${TOR_BROWSER_PACKAGE}" -C "${BINARIES_DIR}"
    
    36 36
         mv "${BINARIES_DIR}/tor-browser" "${BINARIES_DIR}/dev"
    

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