Skip to content

Commit

Permalink
sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Jun 2, 2023
1 parent 5943c18 commit 2c86486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/notarize/sign-notarize-all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
./sign-pkg-notarize.sh || exit 1
sleep 60
./sign-zip-notarize.sh || exit 1
cd ../final
ls |while read line; do shasum -a 256 $line > $line.sha256; done

0 comments on commit 2c86486

Please sign in to comment.