From b939274d157257d0a57b339193d961b39ded6207 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 13 Jun 2024 18:11:44 -0400 Subject: support new APIs fully --- .vscode/build.sh | 2 +- .vscode/tasks.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/build.sh b/.vscode/build.sh index 7fc5a93..2310ff0 100755 --- a/.vscode/build.sh +++ b/.vscode/build.sh @@ -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) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 027b4e4..22881ed 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 -- cgit v1.2.3