diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 768724f..11ad5fa 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,6 +7,15 @@ "label": "Go Build", "type": "shell", "command": "go build -o bin/", + "presentation": { + "reveal": "silent", + "clear": true + }, + }, + { + "label": "Fyne Package", + "type": "shell", + "command": "fyne package", "group": { "kind": "build", "isDefault": true @@ -15,6 +24,15 @@ "reveal": "silent", "clear": true }, + }, + { + "label": "Fyne Bundle", + "type": "shell", + "command": "fyne bundle -o data.go Icon.png", + "presentation": { + "reveal": "silent", + "clear": true + }, } ] } \ No newline at end of file