Skip to content

Commit

Permalink
Update signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Nov 28, 2022
1 parent 66d1bb4 commit 390f302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ environment:

BugsplatDatabase: sjofnllc
PfxDownloadUrl:
secure: 6zETilPjqhwgznp0rOyu2uOUI4whFbLT3QUXdaTQSH/FqOXIKwj/qz3d4Xo2rrgo
secure: T8uKu+tTR2G7LDE1zPGNOi+prl4YaKXP6DOC5eU6A17J3QEv/M/DPXj5K5mv+gHy
PfxDownloadPasswd:
secure: qzHJldnavMFT8+Cm2eXndg==
secure: nAIqrjhaoamhiuAcae/xNw==
PfxPassword:
secure: +vWSGzLkiBGVIxfPb+iRtD+/maQjI2d92hN4PoNAxMc=

Expand Down
4 changes: 2 additions & 2 deletions Install/RadegastBundle/RadegastBundle.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
</PropertyGroup>
</Target>
<Target Name="SignBundleEngine" DependsOnTargets="FindSignTool">
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 /t http://timestamp.comodoca.com/authenticode &quot;@(SignBundleEngine)&quot;" />
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 688eef6260f0fff81e1d46e2605c8039833a92bb /t http://timestamp.comodoca.com/authenticode &quot;@(SignBundleEngine)&quot;" />
</Target>
<Target Name="SignBundle" DependsOnTargets="FindSignTool">
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 /t http://timestamp.comodoca.com/authenticode &quot;@(SignBundle)&quot;" />
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 688eef6260f0fff81e1d46e2605c8039833a92bb /t http://timestamp.comodoca.com/authenticode &quot;@(SignBundle)&quot;" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions Install/RadegastSetup/RadegastSetup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
</PropertyGroup>
</Target>
<Target Name="SignCabs" DependsOnTargets="FindSignTool">
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 /t http://timestamp.comodoca.com/authenticode &quot;%(SignCabs.FullPath)&quot;" />
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 688eef6260f0fff81e1d46e2605c8039833a92bb /t http://timestamp.comodoca.com/authenticode &quot;%(SignCabs.FullPath)&quot;" />
</Target>
<Target Name="SignMsi" DependsOnTargets="FindSignTool">
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 /t http://timestamp.comodoca.com/authenticode &quot;%(SignMsi.FullPath)&quot;" />
<Exec Command="&quot;$(SignToolPath)signtool.exe&quot; sign /fd SHA256 /sm /sha1 688eef6260f0fff81e1d46e2605c8039833a92bb /t http://timestamp.comodoca.com/authenticode &quot;%(SignMsi.FullPath)&quot;" />
</Target>
</Project>

0 comments on commit 390f302

Please sign in to comment.