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
1 changed file:
Changes:
| ... | ... | @@ -69,6 +69,9 @@ export PATH="$PATH:$tmpdir/libdmg-hfsplus:$tmpdir/hfsplus-tools" | 
| 69 | 69 | |
| 70 | 70 |  cd $tmpdir/dmg
 | 
| 71 | 71 | |
| 72 | +cp ${tbb_version_type}.DS_Store .DS_Store
 | |
| 73 | +rm *.DS_Store
 | |
| 74 | + | |
| 72 | 75 |  tar -xf $macos_stapled_dir/"${proj_name}-${tbb_version}-notarized+stapled.tar.zst"
 | 
| 73 | 76 | |
| 74 | 77 |  cd ..
 |