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
parentfa541515f0d0d63083413ce7ba83b71a3c7682b0 (diff)
Using -a to append a SHA-256-hashed signature as well during code-signing
--HG-- branch : WDS-build
-rw-r--r--Premake4.vs8.vcproj2
-rw-r--r--premake4.lua2
2 files changed, 2 insertions, 2 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>
diff --git a/premake4.lua b/premake4.lua
index bac7358..2ab2fc6 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -134,7 +134,7 @@ end
files { "src/host/premake4.rc" }
configuration {"windows", "Publish"}
- postbuildcommands { 'ollisign.cmd "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' }
+ postbuildcommands { 'ollisign.cmd -a "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' }
defines "HAVE_HGTIP"
configuration "linux or bsd"