[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
richard (@richard)
git at gitlab.torproject.org
Wed Jun 5 16:37:11 UTC 2024
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:
- tools/torbrowser/deploy.sh
- tools/torbrowser/fetch.sh
Changes:
=====================================
tools/torbrowser/deploy.sh
=====================================
@@ -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
=====================================
tools/torbrowser/fetch.sh
=====================================
@@ -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"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5517e6b09dde7ac1991984e9c81d4e19ea852f1b
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5517e6b09dde7ac1991984e9c81d4e19ea852f1b
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240605/080d8dce/attachment-0001.htm>
More information about the tor-commits
mailing list