Fix default apps.json

This commit is contained in:
Yukino Song
2025-05-07 03:52:34 +08:00
parent 6d5c2ca723
commit 9c4e0a0f5e
3 changed files with 3 additions and 21 deletions

View File

@@ -30,12 +30,6 @@
"detached": [ "detached": [
"setsid steam steam://open/bigpicture" "setsid steam steam://open/bigpicture"
], ],
"prep-cmd": [
{
"do": "",
"undo": "setsid steam steam://close/bigpicture"
}
],
"image-path": "steam.png" "image-path": "steam.png"
} }
] ]

View File

@@ -19,12 +19,6 @@
"detached": [ "detached": [
"open steam://open/bigpicture" "open steam://open/bigpicture"
], ],
"prep-cmd": [
{
"do": "",
"undo": "open steam://close/bigpicture"
}
],
"image-path": "steam.png" "image-path": "steam.png"
} }
] ]

View File

@@ -8,15 +8,6 @@
}, },
{ {
"name": "Steam Big Picture", "name": "Steam Big Picture",
"cmd": "steam://open/bigpicture",
"prep-cmd": [
{
"do": "",
"undo": "steam://close/bigpicture"
}
],
"auto-detach": true,
"wait-all": true,
"prep-cmd": [ "prep-cmd": [
{ {
"do": "", "do": "",
@@ -24,6 +15,9 @@
"elevated": false "elevated": false
} }
], ],
"detached": [
"steam://open/bigpicture"
],
"image-path": "steam.png" "image-path": "steam.png"
} }
] ]