We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785ff3f commit 6b466abCopy full SHA for 6b466ab
dmg-builder.sh
@@ -12,3 +12,9 @@
12
--app-drop-link 600 185 \
13
Crunch-Installer.dmg \
14
/Users/ces/Desktop/code/Crunch/bin
15
+
16
+# create checksum file for the installer
17
+mv Crunch-Installer.dmg installer/Crunch-Installer.dmg
18
+cd installer || exit 1
19
+shasum Crunch-Installer.dmg > Crunch-Installer-checksum.txt
20
+shasum -c Crunch-Installer-checksum.txt
0 commit comments