From d49d821dc0340c412e1d0f9fd02cd82ffd3613f4 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 13 Jul 2021 22:23:03 +0200 Subject: Fixing up URLs --HG-- branch : WDS-build --- .hgignore | 2 ++ Premake4.vs8.vcproj | 2 +- README.rst | 7 +++---- premake4.lua | 4 ++-- 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 @@ /> 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 -`_ for the +`_ 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 -`_. +`_. 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" -- cgit v1.2.3