Skip to content
Snippets Groups Projects
Commit 6ca5fba3 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 40824: dmg2mar script using hardcoded project names for paths

parent c9fa59f3
No related branches found
No related tags found
1 merge request!688Bug 40824: dmg2mar script using hardcoded project names for paths
#!/bin/bash #!/bin/bash
[% c("var/set_default_env") -%] [% c("var/set_default_env") -%]
cd [% shell_quote(path(dest_dir)) %]/[% c("var/signed_status") %]/[% c("version") %] 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") %] [% shell_quote(c("basedir")) %]/tools/dmg2mar [% c("var/channel") %]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment