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.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake4.lua') 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