2025-11-15 09:07:39 +08:00

18 lines
361 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Convert & Upload Icons",
"type": "shell",
"command": "pwsh",
"args": [
"-NoProfile",
"-Command",
"python tools/convert_icons.py --src assets/icons_src --dst data/icons --size 48 48; pio run -t uploadfs"
],
"isBackground": false,
"problemMatcher": [],
"group": "build"
}
]
}