fix: PKGBUILD and makefile and rename binary

This commit is contained in:
2026-05-24 10:09:47 +05:30
parent 744e12a926
commit d3c0a3e58e
5 changed files with 131 additions and 55 deletions

View File

@@ -37,9 +37,9 @@ sudo make install
Build output installs to `/usr/local/bin` by default. Override with `PREFIX`.
```bash
game-splash <image_path> <game_executable> [game_arguments...]
gsplash <image_path> <game_executable> [game_arguments...]
```
```bash
game-splash assets/splash.jpg /path/to/game --fullscreen --profile=default
gsplash assets/splash.jpg /path/to/game --fullscreen --profile=default
```