Skip to content

Commit

Permalink
Fix name in release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Apr 17, 2023
1 parent 24c2782 commit 946415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/win/make_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $VERSION = $(& "$SOURCE_DIR\ykman.exe" --version).Split(' ')[-1]
& $PSScriptRoot\make_msi.ps1

echo "Signing .msi"
$OUTPUT_FILE = "yubikey-manager-$VERSION.win64.msi"
$OUTPUT_FILE = "yubikey-manager-$VERSION-win64.msi"
mv ".\ykman.msi" $OUTPUT_FILE

signtool.exe sign /sha1 DD86A2E1383B0E4E1C823B606DDBBCC26E1FF82D /fd SHA256 /t http://timestamp.digicert.com /d "YubiKey Manager CLI" ".\$OUTPUT_FILE"
Expand Down

0 comments on commit 946415d

Please sign in to comment.