From ae596e2eec8a83f42354766e3f417514db631622 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 12 Jan 2016 18:27:22 +0000 Subject: Using -a to append a SHA-256-hashed signature as well during code-signing --HG-- branch : WDS-build --- Premake4.vs8.vcproj | 2 +- premake4.lua | 2 +- 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 @@ /> 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" -- cgit v1.2.3