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.lua
parentfa541515f0d0d63083413ce7ba83b71a3c7682b0 (diff)
Using -a to append a SHA-256-hashed signature as well during code-signing
--HG-- branch : WDS-build
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
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"