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 bc63171..64b0b5e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,10 +7,10 @@ "label": "build.pdf", "type": "shell", "linux": { - "command": "${workspaceFolder}/../buchprojekt.wiki/build.sh" + "command": "${workspaceFolder}/build.sh" }, "windows": { - "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.ps1" + "command": "${workspaceFolder}\\..\\buchprojekt\\build.ps1" }, "group": { "kind": "build", |