File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33 <FilesToSign Include =" $(OutDir)$(TargetName)$(TargetExt)" Condition =" ('$(TargetExt)' == '.exe' or '$(TargetExt)' == '.dll' or '$(TargetExt)' == '.scr')" />
44 </ItemGroup >
55 <Target Name =" Signing" DependsOnTargets =" Build" AfterTargets =" Build" Condition =" ('@(FilesToSign)' != '' and Exists('$(BUILDCODESIGN)\boinc.pfx'))" >
6- <Exec Command =' signtool sign /f "$(BUILDCODESIGN)/boinc.pfx" /p "$(CODESIGNBOINC)" /d "BOINC Client Software" /du "http://boinc.berkeley.edu" /t "http://timestamp.verisign.com/scripts/timstamp.dll" "@(FilesToSign)"' WorkingDirectory =" $(MSBuildProjectDirectory)" />
6+ <Exec Command =' signtool sign /f "$(BUILDCODESIGN)/boinc.pfx" /p "$(CODESIGNBOINC)" /fd sha256 / d "BOINC Client Software" /du "http://boinc.berkeley.edu" /t "http://timestamp.verisign.com/scripts/timstamp.dll" "@(FilesToSign)"' WorkingDirectory =" $(MSBuildProjectDirectory)" />
77 </Target >
88</Project >
You can’t perform that action at this time.
0 commit comments