From 9408117028296430c94fbe6f1fe141e8e33a6a75 Mon Sep 17 00:00:00 2001 From: what-next-github <88973713+what-next-github@users.noreply.github.com> Date: Tue, 2 Nov 2021 03:40:41 -0600 Subject: [PATCH] Including pluginDir to linux/appimage/build.sh (#1850) --- dist/linux/appimage/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/linux/appimage/build.sh b/dist/linux/appimage/build.sh index 1d0017ea4..24d636bb4 100755 --- a/dist/linux/appimage/build.sh +++ b/dist/linux/appimage/build.sh @@ -41,6 +41,7 @@ ${JAVA_HOME}/bin/jpackage \ --app-version "${VERSION}.${REVISION_NO}" \ --java-options "-Dfile.encoding=\"utf-8\"" \ --java-options "-Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\"" \ + --java-options "-Dcryptomator.pluginDir=\"~/.local/share/Cryptomator/plugins\"" \ --java-options "-Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\"" \ --java-options "-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\"" \ --java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" \