mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-01-06 07:08:16 +01:00
deleted print string
This commit is contained in:
parent
5a823678e2
commit
21cb96b484
@ -2890,9 +2890,6 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir):
|
||||
shortcuts['shortcuts'][str(max_key + 1)] = new_entry
|
||||
|
||||
|
||||
# Print the values of appname, exe, and entry_exists
|
||||
print(f'appname: {appname}, exe: {exe}, entry_exists: {entry_exists}')
|
||||
|
||||
create_new_entry('$epicshortcutdirectory', 'Epic Games', '$epiclaunchoptions', '$epicstartingdir')
|
||||
create_new_entry('$gogshortcutdirectory', 'Gog Galaxy', '$goglaunchoptions', '$gogstartingdir')
|
||||
create_new_entry('$uplayshortcutdirectory', 'Ubisoft Connect', '$uplaylaunchoptions', '$uplaystartingdir')
|
||||
|
Loading…
Reference in New Issue
Block a user