[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40824: dmg2mar script using hardcoded project names for paths
Richard Pospesel (@richard)
git at gitlab.torproject.org
Fri Mar 24 14:23:38 UTC 2023
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230324/eb89f931/attachment.htm>
More information about the tbb-commits
mailing list