Question about app versions updates
Solved
App Packaging & Development
-
Any reason why it's allowed to update an app from version x.y.z to x.y.z? (In the context of a non-appstore app)
@Lanhild The semver version checks are semantics of appstore. For non-appstore apps, since they are usually built via CLI, you will otherwise have to bump the version each time you
cloudron update
. This can be quickly very annoying. -
Also, CLI tool allows version jump, downgrades, anything is possible. Because why not...
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on