[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41124: Fix copying .DS_Store in gatekeeper-bundling.sh

boklm (@boklm) git at gitlab.torproject.org
Wed Apr 10 17:52:59 UTC 2024



boklm pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
263c4936 by Nicolas Vigier at 2024-04-10T19:29:10+02:00
Bug 41124: Fix copying .DS_Store in gatekeeper-bundling.sh

Fixing some issue introduced in 4e2b66e977873c46b3678c93ae9173f53503f81a.

- - - - -


1 changed file:

- tools/signing/gatekeeper-bundling.sh


Changes:

=====================================
tools/signing/gatekeeper-bundling.sh
=====================================
@@ -69,6 +69,9 @@ export PATH="$PATH:$tmpdir/libdmg-hfsplus:$tmpdir/hfsplus-tools"
 
 cd $tmpdir/dmg
 
+cp ${tbb_version_type}.DS_Store .DS_Store
+rm *.DS_Store
+
 tar -xf $macos_stapled_dir/"${proj_name}-${tbb_version}-notarized+stapled.tar.zst"
 
 cd ..



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/263c49367721b56099118d78c7e264e504368482

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/263c49367721b56099118d78c7e264e504368482
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240410/e532a641/attachment.htm>


More information about the tor-commits mailing list