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>2021-07-13 23:23:03 +0300
committerOliver Schneider <oliver@assarbad.net>2021-07-13 23:23:03 +0300
commitd49d821dc0340c412e1d0f9fd02cd82ffd3613f4 (patch)
tree15b69829db035d66a1b68cb05d77034f5199dc1f /premake4.lua
parentd985d5d26c24210484441a2677c310b4b4f1b1b9 (diff)
Fixing up URLs
--HG-- branch : WDS-build
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake4.lua b/premake4.lua
index 5889bdc..cfc3dda 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -3,7 +3,7 @@
If you don't want to use the code-signed build that can be found in the
download section of that project, you can build from the WDS-branch at:
- https://bitbucket.org/windirstat/premake-stable
+ https://sourceforge.net/projects/premake4-wds/
--]]
local action = _ACTION or ""
if _OPTIONS["publish"] then
@@ -357,7 +357,7 @@ solution "Premake4"
files { "src/host/premake4.rc" }
configuration {"windows", "Publish"}
- postbuildcommands { 'ollisign.cmd -2 "$(TargetPath)" "https://bitbucket.org/windirstat/premake-stable" "premake4"' }
+ postbuildcommands { 'ollisign.cmd -2 "$(TargetPath)" "https://sourceforge.net/projects/premake4-wds/" "premake4"' }
defines { "HAVE_HGTIP", "PREMAKE_VERSION=4.4-wds"}
configuration "linux or bsd"