Update NSLGameScanner.py

This commit is contained in:
Roy 2024-06-22 02:54:04 -07:00 committed by GitHub
parent 6f7a0b5468
commit 9c923e9e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -579,7 +579,8 @@ for launcher_name, folder in folder_names.items():
# Check if the NonSteamLaunchers folder exists # Check if the NonSteamLaunchers folder exists
if app_ids and os.path.exists(os.path.join(compatdata_dir, 'NonSteamLaunchers')): non_steam_launchers_path = os.path.join(compatdata_dir, 'NonSteamLaunchers')
if app_ids and not os.path.exists(non_steam_launchers_path):
# Get the first app ID from the app_ids list # Get the first app ID from the app_ids list
first_app_id = next(iter(app_ids.values())) first_app_id = next(iter(app_ids.values()))