Skip to content

Commit

Permalink
wix: add -sval to both builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 7, 2023
1 parent 9a39361 commit 4928b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sed "s/ProductVersion = \`".*\`"/ProductVersion = \`"$VERSION\`"/" "contrib/wind
Push-Location "build\x64"
Write-Host "Building x64 installer"
candle "..\..\contrib\windows\webmesh.wxs"
light -o "webmesh-x64-$VERSION.msi" "webmesh.wixobj"
light -sval -o "webmesh-x64-$VERSION.msi" "webmesh.wixobj"
Pop-Location

Push-Location "build\arm64"
Expand Down

0 comments on commit 4928b2c

Please sign in to comment.