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
parentd985d5d26c24210484441a2677c310b4b4f1b1b9 (diff)
Fixing up URLs
--HG-- branch : WDS-build
-rw-r--r--.hgignore2
-rw-r--r--Premake4.vs8.vcproj2
-rw-r--r--README.rst7
-rw-r--r--premake4.lua4
4 files changed, 8 insertions, 7 deletions
diff --git a/.hgignore b/.hgignore
index ef2ea98..ac6b334 100644
--- a/.hgignore
+++ b/.hgignore
@@ -42,3 +42,5 @@ premake4.exe
src/host/hgtip.h
*.asc
.vs/**
+
+.git/
diff --git a/Premake4.vs8.vcproj b/Premake4.vs8.vcproj
index adc736a..34a65df 100644
--- a/Premake4.vs8.vcproj
+++ b/Premake4.vs8.vcproj
@@ -271,7 +271,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="ollisign.cmd -2 &quot;$(TargetPath)&quot; &quot;https://bitbucket.org/windirstat/premake-stable&quot; &quot;premake4&quot;"
+ CommandLine="ollisign.cmd -2 &quot;$(TargetPath)&quot; &quot;https://sourceforge.net/projects/premake4-wds/&quot; &quot;premake4&quot;"
/>
</Configuration>
</Configurations>
diff --git a/README.rst b/README.rst
index 3e32782..3a745ac 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,4 @@
-=================================
- Premake 4.4 fork for WinDirStat
+ Premake 4.4 fork for WinDirStat
=================================
About
@@ -14,12 +13,12 @@ Downloads
---------
I provide code-signed binaries in the `download area
-<https://bitbucket.org/windirstat/premake-stable/downloads>`_ for the
+<https://sourceforge.net/projects/premake4-wds/files/>`_ for the
benefit of those who don't want to build the binary themselves.
To get the latest code-signed build of ``premake4.exe`` simply
download from `this link
-<https://bitbucket.org/windirstat/premake-stable/downloads/premake4.exe>`_.
+<https://sourceforge.net/projects/premake4-wds/files/>`_.
The ``.asc`` files corresponding to the ``.exe`` files which are named
something like ``premake4.rev-$rev-$commit.exe`` are the detached PGP
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"