mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-28 10:33:33 -06:00
support new APIs fully
This commit is contained in:
parent
cbd489150f
commit
b939274d15
10 changed files with 1062 additions and 383 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -131,8 +131,8 @@
|
|||
"label": "updatefrontendlib",
|
||||
"type": "shell",
|
||||
"group": "build",
|
||||
"detail": "Update deck-frontend-lib aka DFL",
|
||||
"command": "pnpm update decky-frontend-lib --latest",
|
||||
"detail": "Update @decky/ui aka DFL",
|
||||
"command": "pnpm update @decky/ui --latest",
|
||||
"problemMatcher": []
|
||||
},
|
||||
//Used chmod plugins folder to allow copy-over of files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue