From dfe97ed057970e13504008ba80fa4ed897936266 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 11 Sep 2017 06:42:35 +0200 Subject: [PATCH] Add download naming. --- Download-file-naming.md | 5 +++++ _Sidebar.md | 1 + 2 files changed, 6 insertions(+) create mode 100755 Download-file-naming.md diff --git a/Download-file-naming.md b/Download-file-naming.md new file mode 100755 index 0000000..7618ba0 --- /dev/null +++ b/Download-file-naming.md @@ -0,0 +1,5 @@ +Windows builds of RSS Guard are generated automatically by the tool called Travis CI. These builds have auto-generated names. In RSS Guard [downloads page](https://github.com/martinrotter/rssguard/releases) you can see filenames like: + * `rssguard-3.4.2-7bad9d1-nowebengine-win32.7z`, + * `rssguard-3.4.2-7bad9d1-win32.7z`, + * `rssguard-3.4.2-95ee6be-nowebengine-win32.exe`, + * `rssguard-3.4.2-95ee6be-win32.exe`. \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 6b6a42b..9c0fd46 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -6,6 +6,7 @@ ## Downloads & builds * [Official downloads](Official-downloads) +* [Downloads file naming](Download-file-naming.md) * [Unofficial downloads](Unofficial-downloads) * Development builds * [Linux](Linux-development-builds)