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>2016-01-12 21:47:58 +0300
committerOliver Schneider <oliver@assarbad.net>2016-01-12 21:47:58 +0300
commitc156c8b6a15d155fa4e2716046e1572c36927e8e (patch)
treec3c7d84d684e7253cea97a531e9644db425f2b7f
parent81056f6b818400e40250a2d44d4763e9bd6c956c (diff)
Adding some info about the code-signed files in the download area
--HG-- branch : WDS-build
-rw-r--r--README.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 82d543d..02100ed 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,16 @@ I provide code-signed binaries in the `download area
<https://bitbucket.org/windirstat/premake-stable/downloads>`_ 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>`_.
+
+The ``.asc`` files corresponding to the ``.exe`` files which are named
+something like ``premake4.rev-$rev-$commit.exe`` are the detached PGP
+signatures. Please verify these or verify the signatures on the ``.exe``
+using a tool like ``sigcheck.exe`` `from Microsoft
+<https://live.sysinternals.com/sigcheck.exe>`_.
+
The version I build and provide is exclusively from the ``WDS-build``
branch, which should also be the one you get to see by default when
looking at this project in a browser.
@@ -26,4 +36,4 @@ License
My changes are not substantial enough to claim any copyright. As far
as I am concerned any contributions that go into upstream are under
the license under which ``premake4`` was at the time of my
-contribution. \ No newline at end of file
+contribution and Jason Perkins has the copyright.