I was going to say “it’s Rust so it’d be easy to compile on Linux” but actually it’s a Tauri application and so needs some system dependencies like libwebkit2gtk-dev. It looks like the project used to build linux executables in CI but removed it due to a bug.
I was going to say “it’s Rust so it’d be easy to compile on Linux” but actually it’s a Tauri application and so needs some system dependencies like libwebkit2gtk-dev. It looks like the project used to build linux executables in CI but removed it due to a bug.
Hmm, I see. Thanks for the notes!