🚑️ fix
This commit is contained in:
parent
e784de310a
commit
2847e085cc
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue