mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 21:02:44 +03:00
Sleepy game launcher for Linux with telemetry disabling
ec30411ef8
Added `--run-game` and `--just-run-game` flags which can be used to run the game 1st will launch the game if launcher state is `Launch`. Otherwise launcher window will appear 2nd will launch the game on `Launch` state, as well as on `PredownloadAvailable` and `PatchAvailable(Patch::NotAvailable)`. As well process stopping was changed by proper app exiting by calling `relm4::main_application().quit()` |
||
---|---|---|
.github/workflows | ||
.vscode | ||
anime-launcher-sdk@e662699b99 | ||
assets | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
An Anime Game Launcher GTK (wip relm4 rewrite)
Development
Folder | Description |
---|---|
anime-launcher-sdk | Unified core functionality for the launcher |
src | Rust source code |
assets | App assets folder |
assets/locales | App localizations |
target/release | Release build of the app |
Clone repo
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
Run app
cargo run
Build app
cargo build --release