support new APIs fully

This commit is contained in:
AAGaming 2024-06-13 18:11:44 -04:00
commit b939274d15
No known key found for this signature in database
GPG key ID: 00CFCD925A3E0C50
10 changed files with 1062 additions and 383 deletions

2
.vscode/build.sh vendored
View file

@ -7,4 +7,4 @@ printf "Please input sudo password to proceed.\n"
# printf "\n"
echo $sudopass | sudo $CLI_LOCATION/decky plugin build $(pwd)
echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd)

4
.vscode/tasks.json vendored
View file

@ -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