Fix setting TRAYICONSDIR

This commit is contained in:
Ralph Plawetzki
2023-07-11 19:25:37 +02:00
parent 3d0741f4d2
commit 1cae1a5f2f

View File

@@ -67,7 +67,6 @@ jobs:
REVISION_NUM: ${{ needs.get-version.outputs.revNum }}
- name: Run jpackage
run: >
TRAYICONSDIR="@{appdir}/usr/share/icons/hicolor/symbolic/apps"
${JAVA_HOME}/bin/jpackage
--verbose
--type app-image
@@ -97,6 +96,8 @@ jobs:
--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