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",
|
"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
|
||||||
|
|||||||
Reference in New Issue
Block a user