We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8669be6 + 6d6ee1f commit 560e161Copy full SHA for 560e161
1 file changed
boinc_signing.targets
@@ -3,6 +3,6 @@
3
<FilesToSign Include="$(OutputPath)$(AssemblyName).exe"/>
4
</ItemGroup>
5
<Target Name="Signing" DependsOnTargets="Build" AfterTargets="Build" Condition="('@(FilesToSign)' != '' and Exists('$(DLIB)') and Exists('$(DMDF)'))">
6
- <Exec Command='"C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe" sign /v /debug /fd SHA256 /d "BOINC BUDA WSL Runner Installer Software" /du "https://boinc.berkeley.edu" /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib $(DLIB) /dmdf $(DMDF) "@(FilesToSign)"' WorkingDirectory="$(MSBuildProjectDirectory)" />
+ <Exec Command='"C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/signtool.exe" sign /v /debug /fd SHA256 /d "BOINC BUDA WSL Runner Installer Software" /du "https://boinc.berkeley.edu" /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib $(DLIB) /dmdf $(DMDF) "@(FilesToSign)"' WorkingDirectory="$(MSBuildProjectDirectory)" />
7
</Target>
8
</Project>
0 commit comments