update package task
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user