cryptomator / cryptomator/cli

macOS app version does not match the actual app version

Open
#72 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
427
Forks
52
Avg merge
20h 37m
Merged PRs (30d)
2

Description

We are currently using jpackage to distribute the CLI as a binary. (using graalvm is [blocked](https://github.com/cryptomator/cli/blob/feature/native-cli/README.md)).

Unfortunately, jpackage puts constraints on the [app version](https://docs.oracle.com/en/java/javase/22/docs/specs/man/jpackage.html#option-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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.