[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • tools/signing/gatekeeper-bundling.sh
    ... ... @@ -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 ..
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits