Skip to content

Commit

Permalink
fix code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Nov 16, 2023
1 parent cad92af commit d017067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Application/IsWiX/IsWiX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,8 @@
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="IF &quot;%25SIGN_ISWIX%25&quot;==&quot;TRUE&quot; signtool sign /fd SHA256 /tr http://timestamp.sectigo.com/?td=sha256 /td sha256 /as $(TargetPath)&#xD;&#xA;" />
</Target>
<Target Name="CustomAfterPublish" AfterTargets="Publish">
<Exec Command="IF &quot;%25SIGN_ISWIX%25&quot;==&quot;TRUE&quot; signtool sign /fd SHA256 /tr http://timestamp.sectigo.com/?td=sha256 /td sha256 /as $(TargetPath)&#xD;&#xA;" />
</Target>

</Project>

0 comments on commit d017067

Please sign in to comment.