mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-08 19:14:41 +00:00
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:
parent
aa76b2398b
commit
358aac9277
@ -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"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user