gamepkg_base/setup.sh
2025-04-06 01:25:35 +02:00

7 lines
No EOL
365 B
Bash

safe_title=$(python3 -c 'print("$name".replace(" ", ".").lower())')
mv -v "root/usr/share/applications/Game Title.desktop" "root/usr/share/applications/$name.desktop"
mkdir -p root/games/$safe_title
mkdir -p root/usr/share/icons/$safe_title
sd "game.title" "$safe_title" "root/usr/share/applications/$name.desktop"
sd "game.title" "$safe_title" PKGBUILD
rm setup.sh