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>2019-11-11 00:48:44 +0300
committerOliver Schneider <oliver@assarbad.net>2019-11-11 00:48:44 +0300
commit3e0b0d4b1f61387b2c1aff8c4501aa216db1aba9 (patch)
tree06d18eb1ce0adbf914ae489f70366a29257540b5 /premake4.lua
parent58629d9bc6a77685fb2b86445cbb2e02573b2e70 (diff)
Minor fixup.
There remains an issue with the 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 4360dd9..5889bdc 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -357,7 +357,7 @@ solution "Premake4"
files { "src/host/premake4.rc" }
configuration {"windows", "Publish"}
- postbuildcommands { 'ollisign.cmd -a "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' }
+ postbuildcommands { 'ollisign.cmd -2 "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' }
defines { "HAVE_HGTIP", "PREMAKE_VERSION=4.4-wds"}
configuration "linux or bsd"