Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
6ca5fba3
Commit
6ca5fba3
authored
2 years ago
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40824: dmg2mar script using hardcoded project names for paths
parent
c9fa59f3
No related branches found
No related tags found
1 merge request
!688
Bug 40824: dmg2mar script using hardcoded project names for paths
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/release/dmg2mar
+4
-0
4 additions, 0 deletions
projects/release/dmg2mar
with
4 additions
and
0 deletions
projects/release/dmg2mar
+
4
−
0
View file @
6ca5fba3
#!/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"
)
%]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment