Modernize the default Steam shortcut

With auto-detach and properly job tracking, we don't need to run Steam detached anymore. We can just use the plain URL now too.
This commit is contained in:
Cameron Gutman 2024-02-04 21:05:35 -06:00
parent aa76b2398b
commit 358aac9277

View File

@ -1,7 +1,5 @@
{
"env": {
"PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
},
"env": {},
"apps": [
{
"name": "Desktop",
@ -9,9 +7,9 @@
},
{
"name": "Steam Big Picture",
"detached": [
"steam steam://open/bigpicture"
],
"cmd": "steam://open/bigpicture",
"auto-detach": "true",
"wait-all": "true",
"image-path": "steam.png"
}
]