Skip to content

Commit

Permalink
updated dmg builder script to automate SHA1 checksum files on installer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 26, 2018
1 parent 785ff3f commit 6b466ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dmg-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
--app-drop-link 600 185 \
Crunch-Installer.dmg \
/Users/ces/Desktop/code/Crunch/bin

# create checksum file for the installer
mv Crunch-Installer.dmg installer/Crunch-Installer.dmg
cd installer || exit 1
shasum Crunch-Installer.dmg > Crunch-Installer-checksum.txt
shasum -c Crunch-Installer-checksum.txt

0 comments on commit 6b466ab

Please sign in to comment.