diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml index 35d24b6..2a8fc7e 100644 --- a/.github/workflows/release-linux.yaml +++ b/.github/workflows/release-linux.yaml @@ -149,6 +149,8 @@ jobs: sed '/XDG_DATA_DIRS/a export WEBKIT_DISABLE_COMPOSITING_MODE=1' chmod +x linuxdeploy-plugin-gtk.sh + curl -o AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-${{ steps.normalise_platform_arch.outputs.arch }} -L + ./linuxdeploy --appdir AppDir \ --output=appimage \ --plugin=gtk \