Skip to content

Commit

Permalink
CB-3456 fix: make sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 28, 2023
1 parent ec9ad2c commit 92735f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
{
"label": "Build CE",
"type": "shell",
"command": "./build-sqlite.bat",
"windows": {
"command": "./build-sqlite.bat"
},
"osx": {
"command": "./build-sqlite.sh"
},
"options": {
"cwd": "${workspaceFolder}/deploy"
},
Expand Down
Empty file modified deploy/build-sqlite.sh
100644 → 100755
Empty file.
Empty file modified deploy/build.sh
100644 → 100755
Empty file.
Empty file modified deploy/docker/make-docker-container.sh
100644 → 100755
Empty file.
Empty file modified deploy/docker/run-docker-container.sh
100644 → 100755
Empty file.
Empty file modified deploy/scripts/run-server.sh
100644 → 100755
Empty file.

0 comments on commit 92735f1

Please sign in to comment.