Richard Pospesel pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
6ca5fba3 by Richard Pospesel at 2023-03-24T12:46:19+00:00
Bug 40824: dmg2mar script using hardcoded project names for paths
- - - - -
1 changed file:
- projects/release/dmg2mar
Changes:
=====================================
projects/release/dmg2mar
=====================================
@@ -1,4 +1,8 @@
#!/bin/bash
[% c("var/set_default_env") -%]
cd [% shell_quote(path(dest_dir)) %]/[% c("var/signed_status") %]/[%
c("version") %]
+
+export TOR_APPNAME_BUNDLE_OSX='[% c("var/Project_Name") -%]'
+export TOR_APPNAME_DMGFILE='[% c("var/ProjectName") -%]'
+export TOR_APPNAME_MARFILE='[% c("var/project-name") -%]'
[% shell_quote(c("basedir")) %]/tools/dmg2mar [% c("var/channel") %]
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6ca5fba34a6457a9e33a62c13a828427cefdc890
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6ca5fba34a6457a9e33a62c13a828427cefdc890
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits