diff options
Diffstat (limited to '.vscode')
| -rwxr-xr-x | .vscode/build.sh | 2 | ||||
| -rw-r--r-- | .vscode/tasks.json | 4 |
2 files changed, 3 insertions, 3 deletions
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 |
