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'