This commit is contained in:
JMARyA 2025-04-15 19:39:53 +02:00
parent 2847e085cc
commit 077f41af13
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
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/rom/n64/
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
rm setup.sh