update task to set proper application name
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"label": "Fyne Package",
|
||||
"type": "shell",
|
||||
"command": "fyne package",
|
||||
"command": "fyne package --name 'Computer Info'",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
||||
Reference in New Issue
Block a user