update task to set proper application name

This commit is contained in:
2021-11-29 11:02:30 -06:00
parent 0a8f4ccd13
commit 459d6c3385

2
.vscode/tasks.json vendored
View File

@@ -15,7 +15,7 @@
{ {
"label": "Fyne Package", "label": "Fyne Package",
"type": "shell", "type": "shell",
"command": "fyne package", "command": "fyne package --name 'Computer Info'",
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true