From c34940df790c8e26ce6e37a076785e718e08f523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 24 Dec 2020 15:04:11 +0800 Subject: #324 --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4771a2ef..dca20fb7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -35,7 +35,7 @@ "type": "shell", "label": "Compile", "windows": { - "command": "chcp 65001 && ${workspaceFolder}/3rd/luamake/luamake rebuild.bat" + "command": "chcp 65001 && ${workspaceFolder}/3rd/luamake/luamake rebuild" }, "linux": { "command": "${workspaceFolder}/3rd/luamake/luamake rebuild" -- cgit v1.2.3