Windows-specific implementations of integrations-api.
This project uses the following JVM properties:
cryptomator.integrationsWin.autoStartShellLinkName
- Name of the shell link, which is placed in the Windows startup folder to start application on user logincryptomator.integrationsWin.keychainPaths
- List of file paths, which are checked for data encrypted with the Windows data protection api
This project uses JNI, hence you'll nedd Java as well as GCC build tools:
- JDK 22
- Maven
- MinGW GCC compiler (
choco install mingw --version=10.2.0
) - Make (
choco install make
)