'Current' symlink should point to actual .deb, .dmg, or .msi file
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The 'current' symlink points to the release directory right now. It _should_ point to an actual file. So, instead, we should have a 'current' directory, with _three_ symlinks, as follows:
- current/
- deb -> current .deb release file
- dmg -> current .dmg release file
- exe/msi -> current .msi/.exe release file
This way, users don't have to know the actual version number in order to download the appropriate release.
Contributor guide
Assessment
This issue has not been assessed yet.