java.lang.module.InvalidModuleDescriptorException: Module attribute not found
- Dominant language
- Java
- Stars
- 427
- Forks
- 52
- Avg merge
- 20h 37m
- Merged PRs (30d)
- 2
Description
### Please agree to the following
- [x] I have searched [existing issues](https://github.com/cryptomator/cli/issues?q=) for duplicates
- [x] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cli/blob/develop/.github/CODE_OF_CONDUCT.md)
### Summary
Module cloud not be found on arm64 with version 0.6.2
### What software is involved?
- Operating System: aarch64
- Cryptomator CLI: 0.6.2
### Volume Type
None
### Steps to Reproduce
1. download arrach64 zip
2. unzip cli.zip
3. ./cryptomator-cli/bin/cryptomator-cli --help
### Expected Behavior
Show the help info just like 0.6.1
### Actual Behavior
```
ubuntu@xx:~/test$ ./cryptomator-cli/bin/cryptomator-cli --help
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: /home/ubuntu/test/cryptomator-cli/lib/app/mods/jetty-servlet-api-4.0.6.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Module attribute not foun
```
### Reproducibility
Always
### Relevant Log Output
```shell
```
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.