Skip to content

cryptomator/integrations-win

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2024
Dec 12, 2023
Oct 19, 2023
Jun 7, 2021
Oct 29, 2020
Oct 28, 2020
Feb 13, 2021
Jul 31, 2023
Apr 9, 2024
Mar 15, 2022

Repository files navigation

Cryptomator Windows Integrations

Windows-specific implementations of integrations-api.

Config

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 login
  • cryptomator.integrationsWin.keychainPaths - List of file paths, which are checked for data encrypted with the Windows data protection api

Building

This project uses JNI, hence you'll nedd Java as well as GCC build tools:

  • JDK 17
  • Maven
  • MinGW GCC compiler (choco install mingw --version=10.2.0)
  • Make (choco install make)