From 3ae847d5ada8f654cbbfe8a2ac79cedd46722b4a Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Thu, 15 Jun 2023 06:46:05 +0200 Subject: [PATCH] Code improvements and changes Discussion: https://github.com/cryptomator/integrations-linux/pull/22#pullrequestreview-1479004107 --- .github/workflows/appimage.yml | 2 +- dist/linux/appimage/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 65add063f..5472edff9 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -92,7 +92,7 @@ jobs: --java-options "-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\"" --java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" --java-options "-Dcryptomator.showTrayIcon=false" - --java-options "-Dcryptomator.integrationsLinux.appIndicator.svgSource=\"/usr/share/icons/hicolor/symbolic/apps\"" + --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"/usr/share/icons/hicolor/symbolic/apps\"" --java-options "-Dcryptomator.buildNumber=\"appimage-${{ needs.get-version.outputs.revNum }}\"" --add-launcher Cryptomator-gtk2=launcher-gtk2.properties --resource-dir dist/linux/resources diff --git a/dist/linux/appimage/build.sh b/dist/linux/appimage/build.sh index a5b155100..6bf536ca8 100755 --- a/dist/linux/appimage/build.sh +++ b/dist/linux/appimage/build.sh @@ -56,7 +56,7 @@ ${JAVA_HOME}/bin/jpackage \ --java-options "-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\"" \ --java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" \ --java-options "-Dcryptomator.showTrayIcon=false" \ - --java-options "-Dcryptomator.integrationsLinux.appIndicator.svgSource=\"/usr/share/icons/hicolor/symbolic/apps\"" \ + --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"/usr/share/icons/hicolor/symbolic/apps\"" \ --java-options "-Dcryptomator.buildNumber=\"appimage-${REVISION_NO}\"" \ --add-launcher cryptomator-gtk2=launcher-gtk2.properties \ --resource-dir ../resources