Skip to content

Commit

Permalink
GH Hosted: checksum for self-extracting jar
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex authored and martinlippert committed Jul 14, 2023
1 parent 4c6b924 commit 763aab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/sign-exe-in-zip-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ filename_no_ext="${filename%.*}"
echo "Creating checksums sha-256 and md5"
shasum -a 256 $file > ${file}.sha256
md5 $file > ${file}.md5
self_jar_file=${file::-4}.self-extracting.jar
shasum -a 256 $self_jar_file > ${self_jar_file}.sha256
md5 $self_jar_file > ${self_jar_file}.md5

0 comments on commit 763aab6

Please sign in to comment.