From 711a3881f863e9de17f5f3ce597693e5f6f0f34c Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 3 Jul 2023 11:00:12 +0200 Subject: [PATCH] fix appimage CI build --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 6fcc12605..018c77cbc 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -93,7 +93,7 @@ jobs: --java-options "-Dcryptomator.ipcSocketPath=\"@{userhome}/.config/Cryptomator/ipc.socket\"" --java-options "-Dcryptomator.mountPointsDir=\"@{userhome}/.local/share/Cryptomator/mnt\"" --java-options "-Dcryptomator.showTrayIcon=false" - --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"${TRAYICONSDIR}\"" \ + --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"${TRAYICONSDIR}\"" --java-options "-Dcryptomator.buildNumber=\"appimage-${{ needs.get-version.outputs.revNum }}\"" --add-launcher Cryptomator-gtk2=launcher-gtk2.properties --resource-dir dist/linux/resources