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/97...