cryptomator / cli

Cryptomator Command-Line Interface
GNU Affero General Public License v3.0
300 stars 44 forks source link

macOS app version does not match the actual app version #72

Open infeo opened 1 day ago

infeo commented 1 day ago

We are currently using jpackage to distribute the CLI as a binary. (using graalvm is blocked).

Unfortunately, jpackage puts constraints on the app version depending on the OS. For macOS, this means that the version must be in the format X.Y.Y, where

Especially the first condition imposes a problem, since we are not convinced that even after the refactoring the API is final and hence, would like to release a 0.Y.Y version.

infeo commented 1 day ago

The current workaround will be to ignore the displayed macOS version and only rely on the cryptomator-cli --version output.