Merge pull request #547 from Lx32/cooker-0.8.0b

Fix syntax error
This commit is contained in:
Lx32 2023-10-04 14:06:43 +02:00 committed by GitHub
commit 8c1a34bbd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,7 +249,7 @@ def addToSteam():
elif tag.tag=="altemulator":
altemulator=tag.text
if favorite=="true" and altemulator="":
if favorite=="true" and altemulator=="":
games.append((name,command_list_default[system]+" "+roms_folder+"/"+system+path[1:]))
create_shortcut(games)