Do not include platform name in executable filename
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 873
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 6
Description
**Is your feature request related to a problem? Please describe.**
When using different hardware platforms, after unzipping a release, the filename of the executable needs to be renamed in order to match startup scripts.
**Describe the solution you'd like**
Release the server executables without a platform name in the filename.
**Describe alternatives you've considered**
n/a
**Additional context**
Actually, there is an even nicer way to create release files which is used by many other projects which save work and mistakes during installing and upgrading. Please consider releasing in this way:
gotify-2.2.3-linux-arm7.zip
- gotify-2.2.3 (directory)
- gotify (executable for arm7)
- LICENSE
- ...
gotify-2.2.3-linux-amd64.zip
- gotify-2.2.3 (directory)
- gotify (executable for amd64)
- LICENSE
- ...
Contributor guide
Assessment
This issue has not been assessed yet.