update package task

This commit is contained in:
2021-11-29 16:13:26 -06:00
parent 459d6c3385
commit add065e073

11
.vscode/tasks.json vendored
View File

@@ -15,7 +15,7 @@
{
"label": "Fyne Package",
"type": "shell",
"command": "fyne package --name 'Computer Info'",
"command": "fyne package --name 'Computer Info' --appVersion ${input:appVersion}",
"group": {
"kind": "build",
"isDefault": true
@@ -34,5 +34,14 @@
"clear": true
},
}
],
"inputs": [
{
"id": "appVersion",
"type": "promptString",
"description": "Application Version (X.Y.Z)",
"default": "1.0.0"
// type specific configuration attributes
}
]
}