Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2016-01-12 21:27:22 +0300
committerOliver Schneider <oliver@assarbad.net>2016-01-12 21:27:22 +0300
commitae596e2eec8a83f42354766e3f417514db631622 (patch)
tree868b061a3fef3dbf3138458920d23b67f4ec59d2 /Premake4.vs8.vcproj
parentfa541515f0d0d63083413ce7ba83b71a3c7682b0 (diff)
Using -a to append a SHA-256-hashed signature as well during code-signing
--HG-- branch : WDS-build
Diffstat (limited to 'Premake4.vs8.vcproj')
-rw-r--r--Premake4.vs8.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Premake4.vs8.vcproj b/Premake4.vs8.vcproj
index 816486e..4e13f0a 100644
--- a/Premake4.vs8.vcproj
+++ b/Premake4.vs8.vcproj
@@ -271,7 +271,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="ollisign.cmd &quot;$(TargetPath)&quot; &quot;https://bitbucket.org/windirstat/premake-stable&quot; &quot;premake4&quot;"
+ CommandLine="ollisign.cmd -a &quot;$(TargetPath)&quot; &quot;https://bitbucket.org/windirstat/premake-stable&quot; &quot;premake4&quot;"
/>
</Configuration>
</Configurations>