Added appimage

This commit is contained in:
Aleksandr Bogomiakov
2026-08-13 15:34:07 +01:00
parent aa392e8f7f
commit 728ca708b2
3 changed files with 80 additions and 8 deletions
+11 -1
View File
@@ -63,6 +63,17 @@ nix-shell
cargo run --bin furumi-desktop
```
Linux releases are distributed as AppImages. Make the downloaded file
executable and run it directly:
```bash
chmod +x furumi-desktop-linux-x86_64-*.AppImage
./furumi-desktop-linux-x86_64-*.AppImage
```
On NixOS, enable AppImage support with `programs.appimage.enable` and
`programs.appimage.binfmt`, or launch it explicitly with `appimage-run`.
macOS and Windows require no additional system packages. Player settings are
available inside the application and are saved automatically.
@@ -90,4 +101,3 @@ cargo test --workspace --all-targets
Furumi Desktop is released under the
[Do What The Fuck You Want To Public License, Version 2](LICENSE).