Changed Name of Application

This commit is contained in:
2020-04-20 22:44:12 +02:00
parent 53fd9dee31
commit 018cd55fb6
3 changed files with 5 additions and 5 deletions

4
.vscode/tasks.json vendored
View File

@@ -8,7 +8,7 @@
"type": "shell",
"command": "sh",
"args": [
"${workspaceFolder}/build/install.sh"
"${workspaceFolder}/install.sh"
],
"group": {
"kind": "build",
@@ -21,7 +21,7 @@
"type": "shell",
"command": "cd",
"args": [
"${workspaceFolder}/build"
"${workspaceFolder}"
],
"group": "build"