From f1e6c010eb814079323f33c7f0d9d2f562e45ea1 Mon Sep 17 00:00:00 2001 From: dillonj Date: Thu, 7 May 2026 01:35:42 -0600 Subject: [PATCH] Add AppImage to release bundles --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b6cae7..ca17472 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,9 @@ jobs: - platform: ubuntu-24.04 target: x86_64-unknown-linux-gnu bundles: archlinux + - platform: ubuntu-24.04 + target: x86_64-unknown-linux-gnu + bundles: appimage - platform: windows-latest target: x86_64-pc-windows-msvc bundles: msi @@ -56,7 +59,8 @@ jobs: patchelf \ libssl-dev \ libgtk-3-dev \ - libayatana-appindicator3-dev + libayatana-appindicator3-dev \ + libfuse2 - name: Install RPM build tools if: matrix.bundles == 'rpm'