fix: use stock appimage packaging in release

This commit is contained in:
lucaronin
2026-05-14 17:04:36 +02:00
parent 8b83b2c691
commit cf03c01b75
5 changed files with 11 additions and 23 deletions

View File

@@ -327,9 +327,6 @@ jobs:
run: |
rm -rf src-tauri/target/x86_64-unknown-linux-gnu/release/bundle
- name: Prepare AppImage symlink launcher patch
run: node scripts/appimage-launcher-tools.mjs prepare-plugin
- name: Set version
run: |
VERSION="${{ needs.version.outputs.version }}"
@@ -377,7 +374,6 @@ jobs:
echo "::error::Linux build produced no updater signature (.sig) artifact."
exit 1
fi
node scripts/appimage-launcher-tools.mjs validate-appimages "${appimages[@]}"
- name: Upload Linux bundles
uses: actions/upload-artifact@v4

View File

@@ -383,9 +383,6 @@ jobs:
run: |
rm -rf src-tauri/target/x86_64-unknown-linux-gnu/release/bundle
- name: Prepare AppImage symlink launcher patch
run: node scripts/appimage-launcher-tools.mjs prepare-plugin
- name: Set version
run: |
VERSION="${{ needs.version.outputs.version }}"
@@ -433,7 +430,6 @@ jobs:
echo "::error::Linux build produced no updater signature (.sig) artifact."
exit 1
fi
node scripts/appimage-launcher-tools.mjs validate-appimages "${appimages[@]}"
- name: Upload Linux bundles
uses: actions/upload-artifact@v4