Skip to content
Snippets Groups Projects
Commit d1150ce0 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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

Use the correct volume name on macOS.
parent 9167711b
Branches
No related tags found
1 merge request!1049Bug 42616 (part 2): Rebased onto Firefox 128.0esr release
......@@ -20,7 +20,7 @@ fi
if [ "$(uname)" = "Darwin" ]; then
# copy binaries
cp -r "$BUILD_OUTPUT/dist/firefox/Tor Browser.app/Contents/"* "$BINARIES/Tor Browser.app/Contents/"
cp -r "$BUILD_OUTPUT/dist/firefox/"*.app/Contents/* "$BINARIES/Tor Browser.app/Contents/"
rm -rf "$BINARIES/TorBrowser-Data/Browser/Caches/*.default/startupCache"
# Self sign the Binaries
......
......@@ -29,8 +29,8 @@ mkdir -p "${BINARIES_DIR}"
if [ "$(uname)" = "Darwin" ]
then
hdiutil attach "${TOR_BROWSER_PACKAGE}"
cp -R "/Volumes/Tor Browser/Tor Browser.app" "${BINARIES_DIR}"
hdiutil detach "/Volumes/Tor Browser"
cp -R "/Volumes/Tor Browser Alpha/Tor Browser Alpha.app" "${BINARIES_DIR}/Tor Browser.app"
hdiutil detach "/Volumes/Tor Browser Alpha"
else
tar -xf "${TOR_BROWSER_PACKAGE}" -C "${BINARIES_DIR}"
mv "${BINARIES_DIR}/tor-browser" "${BINARIES_DIR}/dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment