Support bundeling applications; Set icon for TIM Tool

This commit is contained in:
2025-02-12 22:22:40 +01:00
parent 9146bf94a5
commit 13c051715e
4 changed files with 16 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
{
"id": "cargo cmd",
"type":"pickString",
"options": ["build", "check", "upgrade", "clean", "run", "tree"],
"options": ["build", "check", "run", "upgrade", "clean", "bundle"],
"default": "build",
"description": "cargo command to run"
}