diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml index 70e2dd4..184504f 100644 --- a/.github/workflows/release-linux.yaml +++ b/.github/workflows/release-linux.yaml @@ -147,6 +147,7 @@ jobs: curl -o linuxdeploy-plugin-gtk.sh "https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh" chmod +x linuxdeploy-plugin-gtk.sh + sed -i 's#././#..#g' linuxdeploy-plugin-gtk.sh ./linuxdeploy --appdir AppDir \ --output=appimage \