Fix Linux build: add xdg-utils for AppImage bundling
Some checks failed
Build App / build-windows (push) Failing after 24s
Build App / build-linux (push) Has been cancelled

The AppImage bundler requires xdg-open to be present.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 07:51:58 -08:00
parent 439c84ed13
commit fe978be5fe

View File

@@ -35,7 +35,8 @@ jobs:
build-essential \
curl \
wget \
file
file \
xdg-utils
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable