mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Add files via upload
This commit is contained in:
parent
06f3fdb8e1
commit
e7ba9ef831
@ -437,9 +437,19 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir):
|
|||||||
'exe': exe_path,
|
'exe': exe_path,
|
||||||
'StartDir': startingdir,
|
'StartDir': startingdir,
|
||||||
'icon': f"{logged_in_home}/.steam/root/userdata/{steamid3}/config/grid/{get_file_name('icons', unsigned_shortcut_id)}",
|
'icon': f"{logged_in_home}/.steam/root/userdata/{steamid3}/config/grid/{get_file_name('icons', unsigned_shortcut_id)}",
|
||||||
|
'ShortcutPath': "",
|
||||||
'LaunchOptions': launchoptions,
|
'LaunchOptions': launchoptions,
|
||||||
'tags': { # Add the tags field
|
'IsHidden': 0,
|
||||||
'0': 'NonSteam'
|
'AllowDesktopConfig': 1,
|
||||||
|
'AllowOverlay': 1,
|
||||||
|
'OpenVR': 0,
|
||||||
|
'Devkit': 0,
|
||||||
|
'DevkitGameID': "",
|
||||||
|
'DevkitOverrideAppID': 0,
|
||||||
|
'LastPlayTime': 0,
|
||||||
|
'FlatpakAppID': "",
|
||||||
|
'tags': {
|
||||||
|
'0': 'NonSteamLaunchers'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
decky_entry = {
|
decky_entry = {
|
||||||
|
Loading…
Reference in New Issue
Block a user