From 3fbc5e84e386864b242405e3124f6d065345e84d Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Wed, 12 Jul 2023 19:16:04 +0200 Subject: [PATCH] Define property in a single line --- .github/workflows/appimage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index a6031628b..f35d39b57 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -92,12 +92,10 @@ jobs: --java-options "-Dcryptomator.ipcSocketPath=\"@{userhome}/.config/Cryptomator/ipc.socket\"" --java-options "-Dcryptomator.mountPointsDir=\"@{userhome}/.local/share/Cryptomator/mnt\"" --java-options "-Dcryptomator.showTrayIcon=true" - --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"${TRAYICONSDIR}\"" + --java-options "-Dcryptomator.integrationsLinux.trayIconsDir=\"@{appdir}/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 - env: - TRAYICONSDIR: "@{appdir}/usr/share/icons/hicolor/symbolic/apps" - name: Patch Cryptomator.AppDir run: | mv appdir/Cryptomator Cryptomator.AppDir