diff --git a/Download-file-naming.md b/Download-file-naming.md deleted file mode 100755 index 85f96e5..0000000 --- a/Download-file-naming.md +++ /dev/null @@ -1,14 +0,0 @@ -**Windows builds** of RSS Guard are generated automatically by the tool called AppVeyor. 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`. - -The structure of these filenames is quite trivial and easily understandable for advanced users. For beginners, the overall structure of the file is `---.`. Example: - * `` = `rssguard` (This is self-explanatory.), - * `` = `3.4.2` (This describes the version of the application packaged in the file), - * `` = `7bad9d1` (This describes the [Git commit](https://git-scm.com/docs/git-commit) used for the file. Whenever developers do some change to source code, that change gets assigned special ID, this is the ID.), - * `` = `win32` (This is the target platform which the application can run on.), - * `` = `exe` (This is self-explanatory.). - -Note that same file naming scheme is used for auto-generated builds for Linux and Mac OS. \ No newline at end of file