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