We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cba739 commit 06261c1Copy full SHA for 06261c1
build.ps1
@@ -25,8 +25,8 @@ Function GetBaseName($find, $substring) {
25
$idemia = GetBaseName $idemia 6
26
27
Function Sign($filename) {
28
- signtool.exe sign /a /v /s MY /n "$sign" /fd SHA256 /du http://installer.id.ee `
29
- /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256 "$filename"
+ & signtool.exe sign /a /v /s MY /n "$sign" /fd SHA256 /du http://installer.id.ee `
+ /tr http://timestamp.digicert.com /td SHA256 "$filename"
30
}
31
& wix build -nologo "$path\metainfo.wxs" -d "MSI_VERSION=$msiversion" -out metainfo.msi
32
if($sign) {
0 commit comments