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>2015-06-24 23:48:44 +0300
committerOliver Schneider <oliver@assarbad.net>2015-06-24 23:48:44 +0300
commitb3ac984bd08ffa90ef5f3321fc79942ec37093bd (patch)
tree9cee0c68ead714ab854d8d3a32618e276d47feeb /premake4.lua
parentb4e109f0a4d0a31b0ca333ae0ab965ed48b8d482 (diff)
Adjusting post-build command
--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 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" }