This commit is contained in:
Manfred Karrer 2018-06-26 00:34:37 +02:00
parent 1d4ac86e0e
commit 243110710f
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -16,6 +16,7 @@ echo SHA 256 before stripping jar file:
shasum -a256 $EXE_JAR | awk '{print $1}'
# We make a deterministic jar by stripping out comments with date, etc.
# jar file created from https://github.com/ManfredKarrer/tools
java -jar ./package/osx/tools-1.0.jar $EXE_JAR
echo SHA 256 after stripping jar file to get a deterministic jar: