
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/26... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/26... You're receiving this email because of your account on gitlab.torproject.org.