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.
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:
This way, users don't have to know the actual version number in order to download the appropriate release.