✨ 3ds
This commit is contained in:
parent
5f80622d6b
commit
3d0c87d59c
3 changed files with 29 additions and 0 deletions
7
setup.sh
Normal file
7
setup.sh
Normal file
|
@ -0,0 +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/rom/3ds
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue