diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0cd8d99..84c961d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 + } ] } \ No newline at end of file