[Git][tpo/applications/tor-browser-build][main] Bug 40824: dmg2mar script using hardcoded project names for paths

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/6c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6c... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Richard Pospesel (@richard)