Skip to content

Commit

Permalink
update create-npf.sh to output sha256sum.txt (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Mar 2, 2022
1 parent 345152c commit 2660e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-npf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -exuo pipefail
HEADS_GIT_VERSION=$(git describe --tags)
BOARD=$1
cd ./build/${BOARD}/
sha256sum heads-${BOARD}-${HEADS_GIT_VERSION}.rom > sha256sum
zip heads-${BOARD}-${HEADS_GIT_VERSION}.npf heads-${BOARD}-${HEADS_GIT_VERSION}.rom sha256sum
sha256sum heads-${BOARD}-${HEADS_GIT_VERSION}.rom > sha256sum.txt
zip heads-${BOARD}-${HEADS_GIT_VERSION}.npf heads-${BOARD}-${HEADS_GIT_VERSION}.rom sha256sum.txt

0 comments on commit 2660e31

Please sign in to comment.