From 28bdf2f93de951175635f291d1657884f8172527 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 9 Feb 2024 04:02:55 -0800 Subject: [PATCH] Update NSLGameScanner.py --- NSLGameScanner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index 4f8fdbb..770e9c7 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -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