Files
KeePass2-packaging/.vscode/tasks.json
AR2000 12588e054b
All checks were successful
Build deb / build (push) Successful in 9s
2.57
add debug line to workflow
2024-08-18 11:10:59 +02:00

13 lines
332 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "package",
"type": "shell",
"command": "bash ${workspaceFolder}/build.sh",
"group": "build"
}
]
}