Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
799a65af
Commit
799a65af
authored
Jan 25, 2023
by
boklm
Committed by
Richard Pospesel
Jan 31, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40756: Fix gatekeeper-bundling.sh after #40732
parent
9c1b95ed
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!645
signing scripts updates
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/signing/gatekeeper-bundling.sh
+4
-3
4 additions, 3 deletions
tools/signing/gatekeeper-bundling.sh
with
4 additions
and
3 deletions
tools/signing/gatekeeper-bundling.sh
+
4
−
3
View file @
799a65af
...
...
@@ -52,18 +52,19 @@ test -f "$hfstools_file" || \
" ./rbm/rbm build --target no_containers hfsplus-tools"
\
"You will need the clang and uuid-dev packages installed"
ProjName
=
$(
ProjectName
)
Proj_Name
=
$(
Project_Name
)
test
-d
"
$macos_signed_dir
"
||
mkdir
"
$macos_signed_dir
"
tmpdir
=
"
$macos_stapled_dir
/tmp"
rm
-Rf
"
$tmpdir
"
mkdir
"
$tmpdir
"
cp
-rT
"
$script_dir
/../../projects/browser/Bundle-Data/
mac-applications
.dmg"
"
$tmpdir
/dmg"
cp
-rT
"
$script_dir
/../../projects/browser/Bundle-Data/
$ProjName
.dmg"
"
$tmpdir
/dmg"
tar
-C
"
$tmpdir
"
-xf
"
$libdmg_file
"
tar
-C
"
$tmpdir
"
-xf
"
$hfstools_file
"
export
PATH
=
"
$PATH
:
$tmpdir
/libdmg-hfsplus:
$tmpdir
/hfsplus-tools"
ProjName
=
$(
ProjectName
)
Proj_Name
=
$(
Project_Name
)
for
lang
in
$bundle_locales
do
cd
$tmpdir
/dmg
...
...
...
...
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
sign in
to comment