Skip to content

Commit

Permalink
Update NSLGameScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy committed Jun 22, 2024
1 parent 79e84df commit 66c29c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir):
print("NonSteamLaunchers exists at the current path.")
# Define the new path of the NonSteamLaunchers folder
new_path = os.path.join(compatdata_dir, str(first_app_id))
print(f"New path for NonSteamLaunchers: {new_path}")

# Check if the new path already exists
if os.path.exists(new_path):
Expand All @@ -627,6 +628,7 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir):
else:
print(f"The directory {current_path} does not exist. Skipping.")


#End of old refactored Code


Expand Down

0 comments on commit 66c29c3

Please sign in to comment.