From 240dc26013b8294d5557e8e7617583c7c37a2bff Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 11 Mar 2026 09:07:44 +0700 Subject: [PATCH] Restore AppImage bundle for Linux (revert deb workaround) The linuxdeploy failure was caused by CUDA shared library references in onnxruntime-node, not by linuxdeploy itself. The CUDA stripping step added in the previous commit fixes the root cause, so AppImage bundling should work now. --- .github/workflows/desktop-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index cde9c7738..cdb8bbd54 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -346,7 +346,7 @@ jobs: releaseBody: See the assets to download and install this version. releaseDraft: ${{ env.RELEASE_DRAFT }} prerelease: false - args: --bundles deb + args: --bundles appimage - name: Build Linux app (smoke only) if: env.IS_SMOKE_TAG == 'true'