From b3ac984bd08ffa90ef5f3321fc79942ec37093bd Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 24 Jun 2015 20:48:44 +0000 Subject: Adjusting post-build command --HG-- branch : WDS-build --- premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake4.lua b/premake4.lua index ac59e83..19ef124 100644 --- a/premake4.lua +++ b/premake4.lua @@ -131,7 +131,7 @@ end files { "src/host/premake4.rc" } configuration {"windows", "Release"} - postbuildcommands { 'signtool.exe sign /v /a /ph /d "premake4" /du "https://bitbucket.org/windirstat/premake-stable" /tr http://www.startssl.com/timestamp "$(TargetPath)"' } + postbuildcommands { 'ollisign.cmd "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' } configuration "linux or bsd" defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" } -- cgit v1.2.3