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",
|
"label": "Fyne Package",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "fyne package --name 'Computer Info'",
|
"command": "fyne package --name 'Computer Info' --appVersion ${input:appVersion}",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
@@ -34,5 +34,14 @@
|
|||||||
"clear": true
|
"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