Skip to content

Commit

Permalink
Added in new hardware certificate details.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jul 12, 2024
1 parent b9ffa9a commit 04400f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkWindowsDist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if [ -f dynamic_libraries/libravel.dll ]; then
else
name=ravel
fi
java -jar $HOME/usr/bin/jsign-4.1.jar --keystore $WINDOWS_SIGN_CERTIFICATE_NAME --storetype PKCS12 --storepass "$WINDOWS_SIGN_TOKEN_PASSWORD" dist/executables/$name-$version.exe
#java -jar $HOME/usr/bin/jsign-4.1.jar --keystore $WINDOWS_SIGN_CERTIFICATE_NAME --storetype PKCS12 --storepass "$WINDOWS_SIGN_TOKEN_PASSWORD" dist/executables/$name-$version.exe
sudo java -jar $HOME/usr/bin/jsign-6.0.jar --storetype ETOKEN --keystore ~/usr/etc/SafeNet.cfg -t http://timestamp.sectigo.com --storepass "$WINDOWS_SIGN_TOKEN_PASSWORD" dist/executables/$name-$version.exe
echo cp dist/executables/$name-$version.exe /tmp
cp dist/executables/$name-$version.exe /tmp
popd

0 comments on commit 04400f4

Please sign in to comment.