Files
arnis/.github
Louis Erbkamm 1a034e9332 ci: build a self-contained Linux AppImage in the release workflow
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.
2026-05-31 16:52:29 +02:00
..