1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[appstore] try without digital signature and digital signature validation

* Since the application doesn't launch properly... :(
* Also add some instrumentation for the one code path that can explain
  the messages we are seeing.
This commit is contained in:
Pete Batard 2021-02-04 14:37:08 +00:00
parent 47c8d09be3
commit 0d604fbcf1
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 18 additions and 16 deletions

View file

@ -10,7 +10,7 @@
<Identity
Name="19453.net.Rufus"
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
Version="3.13.1731.0" />
Version="3.13.1732.0" />
<Properties>
<DisplayName>Rufus</DisplayName>

View file

@ -38,7 +38,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Configuration">
<PreBuildEvent>"C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp $(OutDir)rufus.exe</PreBuildEvent>
<PreBuildEvent>echo "C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp rufus.exe</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>