Skip to content

Commit

Permalink
Merge pull request #2487 from signalwire/thumbprint
Browse files Browse the repository at this point in the history
[Build-System] Update expired Certificate Thumbprint on Windows.
  • Loading branch information
andywolk authored Jun 12, 2024
2 parents e584243 + a0e7fb8 commit 40a33e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w32/Setup/Setup.2017.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputName>FreeSWITCH</OutputName>
<OutputType>Package</OutputType>
<CertificateThumbprint>bf386393c880967b00adbc438aee534de6211774</CertificateThumbprint>
<CertificateThumbprint>076ce3c57198fc39443bd87f4aab86dac0aab62d</CertificateThumbprint>
<TimestampUrl>http://timestamp.comodoca.com</TimestampUrl>
<SignToolPath Condition=" Exists('$(WindowsSDK80Path)bin\x86\signtool.exe') and '$(SignToolPath)'=='' and '$(PROCESSOR_ARCHITECTURE)'=='x86' ">$(WindowsSDK80Path)bin\x86\signtool.exe</SignToolPath>
<SignToolPath Condition=" Exists('$(WindowsSDK80Path)bin\x64\signtool.exe') and '$(SignToolPath)'=='' and '$(PROCESSOR_ARCHITECTURE)'=='AMD64' ">$(WindowsSDK80Path)bin\x64\signtool.exe</SignToolPath>
Expand Down

0 comments on commit 40a33e7

Please sign in to comment.