Skip to content

Commit

Permalink
[Makefile] update shasum command in build-macos-installer target
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jun 12, 2022
1 parent bd7b8fb commit e6696a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-macos-installer:
-cd bin && create-dmg Crunch.app
# create checksum file for the installer
cd bin && mv Crunch*.dmg Crunch-Installer.dmg
cd bin && shasum Crunch-Installer.dmg > Crunch-Installer-checksum.txt
cd bin && shasum -a 256 Crunch-Installer.dmg > Crunch-Installer-checksum.txt

clean:
rm benchmarks/img/*-crunch.png
Expand Down

0 comments on commit e6696a0

Please sign in to comment.