Skip to content

Commit

Permalink
Generate checksum for msi installer (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe authored Sep 5, 2024
1 parent dcc12c9 commit 7fb29f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packInstaller.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ $wixProduct = @"

$wixProduct | out-file -filepath KtorProduct.wxs
& $wixExe build -arch x64 -o $outPath -ext WixToolset.UI.wixext KtorProduct.wxs
(Get-FileHash -Path $outPath -Algorithm Sha256).Hash | out-file checksum.txt -NoNewline
Remove-Item KtorProduct.wxs

0 comments on commit 7fb29f0

Please sign in to comment.