mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-18 16:46:53 -04:00
14 lines
842 B
INI
14 lines
842 B
INI
java-options=-Xss5m \
|
|
-Xmx256m \
|
|
--enable-preview \
|
|
--enable-native-access=org.cryptomator.jfuse.linux.amd64,org.cryptomator.jfuse.linux.aarch64 \
|
|
-Dfile.encoding=\"utf-8\" \
|
|
-Dcryptomator.appVersion=\"${SEMVER_STR}\" \
|
|
-Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\" \
|
|
-Dcryptomator.pluginDir=\"~/.local/share/Cryptomator/plugins\" \
|
|
-Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\" \
|
|
-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\" \
|
|
-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\" \
|
|
-Dcryptomator.showTrayIcon=false \
|
|
-Dcryptomator.buildNumber=\"appimage-${REVISION_NUM}\" \
|
|
-Djdk.gtk.version=2 |