2024-04-01 21:50:43 +02:00

21 lines
299 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "./build",
"args": [
"run"
]
},
{
"label": "build-deb",
"type": "shell",
"command": "./build",
"args": [
"build"
]
}
]
}