🚑️ fix

This commit is contained in:
JMARyA 2025-04-06 01:58:48 +02:00
parent e784de310a
commit 2847e085cc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,4 +1,4 @@
safe_title=$(python3 -c 'print("$name".replace(" ", ".").lower())')
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