From dcc27efe5cec818416c6da0cfd8eccd91ddd68bd Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 28 Nov 2024 17:25:45 +0100 Subject: [PATCH] remove unused option in app-image creation [skip ci] references 84732337cacc87211d05cdc1c04e88855e373077 --- .github/workflows/appimage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 1b0b34435..dccf9a9a2 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -116,7 +116,6 @@ jobs: --java-options "-Dcryptomator.showTrayIcon=true" --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 - name: Patch Cryptomator.AppDir run: |