Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy committed Jun 23, 2024
1 parent 06f3fdb commit e7ba9ef
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,19 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir):
'exe': exe_path,
'StartDir': startingdir,
'icon': f"{logged_in_home}/.steam/root/userdata/{steamid3}/config/grid/{get_file_name('icons', unsigned_shortcut_id)}",
'ShortcutPath': "",
'LaunchOptions': launchoptions,
'tags': { # Add the tags field
'0': 'NonSteam'
'IsHidden': 0,
'AllowDesktopConfig': 1,
'AllowOverlay': 1,
'OpenVR': 0,
'Devkit': 0,
'DevkitGameID': "",
'DevkitOverrideAppID': 0,
'LastPlayTime': 0,
'FlatpakAppID': "",
'tags': {
'0': 'NonSteamLaunchers'
}
}
decky_entry = {
Expand Down

0 comments on commit e7ba9ef

Please sign in to comment.