init Flatpak manifest

This commit is contained in:
yggverse 2025-09-04 20:22:07 +03:00
parent 6731aa62fa
commit 762e9816e7
4 changed files with 80 additions and 2 deletions

View file

@ -198,9 +198,22 @@ cargo install Yoda
``` bash
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
cargo build
cargo build --release
```
* `cargo run`
* run `target/release/Yoda`
#### Flatpak
``` bash
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
flatpak-builder --force-clean build\
--install-deps-from=flathub\
--install --repo=repo --user\
io.github.yggverse.Yoda.yaml
```
* launch: `flatpak run io.github.yggverse.Yoda`
* bundle: `flatpak build-bundle repo Yoda.flatpak io.github.yggverse.Yoda`
## Development