From 2847e085cc6c117c117bb3dc264115696ae976e8 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 6 Apr 2025 01:58:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c7a665c..f964b2f 100644 --- a/setup.sh +++ b/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