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>2022-01-24 00:42:29 +0300
committerOliver Schneider <oliver@assarbad.net>2022-01-24 00:42:29 +0300
commit6fc7c197cdf956a451d8ae7f21fb719e01581e0b (patch)
tree79ba04056ad4ce1996cde1fe30b7880697f35ed5 /premake4.lua
parent0eeaebeb530b827ea78baf2a8f3507c0b560a13e (diff)
Somehow code-signing with Certum's smartcard doesn't work inside a VM, thisWDS-built-hg-r871
should allow me to sign manually while retaining as much automation as possible otherwise. This moves the signing step from the post-build command into release.cmd --HG-- branch : WDS-build
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 331d0b9..2553182 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -357,7 +357,6 @@ solution "Premake4"
files { "src/host/premake4.rc" }
configuration {"windows", "Publish"}
- postbuildcommands { 'ollisign.cmd -2 "$(TargetPath)" "https://sourceforge.net/projects/premake4-wds/" "premake4"' }
defines { "HAVE_HGTIP", "PREMAKE_VERSION=4.4-wds"}
configuration "linux or bsd"