Update NSLGameScanner.py

This commit is contained in:
Roy 2024-02-09 04:02:55 -08:00 committed by GitHub
parent 1f4e03436c
commit 28bdf2f93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -421,7 +421,8 @@ for custom_website in custom_websites:
for launcher_name, appid in app_ids.items():
print(f"The app ID for {launcher_name} is {appid}")
# Get the app ID for the first launcher that the user chose to install
appid = app_ids.get(launcher_name)
#Create User Friendly Symlinks for the launchers