Changed Name of Application
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user