Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
infeo opened this issue Nov 27, 2024 · 1 comment
Open

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

infeo opened this issue Nov 27, 2024 · 1 comment
Labels
Milestone

Comments

@infeo
Copy link
Member

infeo commented Nov 27, 2024

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

  • x >= 1 and a natural number
  • y >= 0 and a natural number

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 infeo added the bug label Nov 27, 2024
@infeo
Copy link
Member Author

infeo commented Nov 27, 2024

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

infeo added a commit that referenced this issue Nov 27, 2024
@infeo infeo added this to the 1.0.0 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant