[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41084: $app_bundle is missing the final .app
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Feb 20 08:56:57 UTC 2024
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
97837a74 by Pier Angelo Vendrame at 2024-02-20T09:16:21+01:00
Bug 41084: $app_bundle is missing the final .app
Fixes a bug introduced while resolving #40569.
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -187,7 +187,7 @@ echo "Starting ./mach build $(date)"
[% IF c("var/base-browser") -%]
mv "$distdir/Firefox.app" "$distdir/[% c('var/display_name') %].app"
[% END -%]
- app_bundle="[% c('var/display_name') %]"
+ app_bundle="[% c('var/display_name') %].app"
# Remove firefox-bin (we don't use it, see ticket #10126)
rm -f "$distdir/$app_bundle/Contents/MacOS/[% c('var/exe_name') %]-bin"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/97837a740ae9b2c56a46bf22fd9f87087a49fab3
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/97837a740ae9b2c56a46bf22fd9f87087a49fab3
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/tbb-commits/attachments/20240220/27137b61/attachment.htm>
More information about the tbb-commits
mailing list