mirror of
https://github.com/louis-e/arnis.git
synced 2026-06-14 08:57:24 -04:00
Adds an AppImage as a Linux release artifact so the app runs without a system-installed WebKitGTK 4.1, which is unavailable or hard to find on some distros (e.g. Fedora). Closes the gap behind issue #925. - Build the Linux target with the Tauri bundler (cargo tauri build --bundles appimage) instead of cargo build, reusing the existing bundle config. The same build still yields the bare binary tarball. - Pin the Linux build to ubuntu-22.04 for a stable glibc/WebKitGTK base. - Ship the AppImage as arnis-linux-appimage.tar.gz so the executable bit survives download (extract and run, no chmod), matching the bare binary. - Add icon.png to the bundle icons.