Skip to content

Commit

Permalink
Re-add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 6, 2020
1 parent c6ba361 commit 14711fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [[ "$(uname)" == MINGW* ]]; then
else
EXT=sh;
fi
# This line will break if there is more than one installer in the folder.
INSTALLER_PATH=$(find . -name "M*forge*.$EXT" | head -n 1)
HASH_PATH="$INSTALLER_PATH.sha256"
sha256sum $INSTALLER_PATH > $HASH_PATH
Expand Down

0 comments on commit 14711fb

Please sign in to comment.