Add files via upload

This commit is contained in:
Roy 2024-06-22 23:30:45 -07:00 committed by GitHub
parent 06f3fdb8e1
commit e7ba9ef831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {