Skip to content

Commit

Permalink
do not trust Microsoft help page (WalletWasabi#13395)
Browse files Browse the repository at this point in the history
  • Loading branch information
lontivero authored Sep 14, 2024
1 parent 8bb541f commit 5e82434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ rm $PACKAGES_DIR/*.wixpdb

# Sign the installer
SIGNTOOL="C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x64/signtool.exe"
"$SIGNTOOL" sign /debug /d "Wasabi Wallet" /f Certificate.pfx /p "$SIGNING_CERTIFICATE_PASSWORD" /t http://timestamp.digicert.com /v "$PACKAGES_DIR/$PACKAGE_FILE_NAME_PREFIX.msi"
"$SIGNTOOL" Sign -d 'Wasabi Wallet' -f 'Certificate.pfx' -p "$SIGNING_CERTIFICATE_PASSWORD" -t 'http://timestamp.digicert.com' -v "$PACKAGES_DIR/$PACKAGE_FILE_NAME_PREFIX.msi"
fi

#------------------------------------------------------------------------------------#
Expand Down

0 comments on commit 5e82434

Please sign in to comment.