fixed osx build task

This commit is contained in:
Mushka Nikita 2023-03-16 15:43:02 +03:00
parent a8a57a8548
commit 6cc8ef171f

2
.vscode/tasks.json vendored
View File

@ -18,7 +18,7 @@
{ {
"label": "Build", "label": "Build",
"type": "shell", "type": "shell",
"command": "${workspaceFolder}\\build\\build.sh", "command": "${workspaceFolder}\\build\\build.backend.docker.sh",
"windows": { "windows": {
"command": "${workspaceFolder}\\build\\build.bat" "command": "${workspaceFolder}\\build\\build.bat"
} }