mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
b94598f8de
commit
c84fe7858e
@ -502,7 +502,7 @@ if os.path.exists(os.path.join(compatdata_dir, 'NonSteamLaunchers')):
|
||||
# Print the existing shortcuts
|
||||
print("Existing Shortcuts:")
|
||||
for shortcut in shortcuts['shortcuts'].values():
|
||||
if appname is None:
|
||||
if shortcut.get('appname') is None:
|
||||
print(f"AppID for {shortcut.get('AppName')}: {shortcut.get('appid')}")
|
||||
else:
|
||||
print(f"AppID for {shortcut.get('appname')}: {shortcut.get('appid')}")
|
||||
|
Loading…
Reference in New Issue
Block a user