Skip to content

Commit

Permalink
Merge pull request #64 from alertlogic/fix_widows_build
Browse files Browse the repository at this point in the history
Point to new location of windows signtool
  • Loading branch information
carlisom authored May 16, 2023
2 parents 0005fa8 + dc63595 commit 9569c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/build_inno_setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ New-Item -Path "HKCU:\Software\Jordan Russell" -Name "Inno Setup";
New-Item -Path "HKCU:\Software\Jordan Russell\Inno Setup" -Name "SignTools";
$registryPath = "HKCU:\Software\Jordan Russell\Inno Setup\SignTools";
$name = "SignTool0";
$value = "signtool=C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe sign /a /sm /s My /n `"Alert Logic`" `$f";
$value = "signtool=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe sign /a /sm /s My /n `"Alert Logic`" /fd certHash `$f";
New-ItemProperty -Path $registryPath -Name $name -Value $value;
c:\innosetup\iscc.exe /dMyAppVersion=$version /Odist scripts/windows/alcli_windows_install.iss

0 comments on commit 9569c58

Please sign in to comment.