Skip to main content
Sign in
Snippets Groups Projects
Commit 799a65af authored by boklm's avatar boklm Committed by Richard Pospesel
Browse files

Bug 40756: Fix gatekeeper-bundling.sh after #40732

parent 9c1b95ed
Branches
Tags
1 merge request!645signing scripts updates
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment