[tag] 0.0.6-beta.4 build preparation

This commit is contained in:
2025-11-05 02:35:35 +08:00
parent 543c3344d1
commit ea0a42dc43
9 changed files with 9 additions and 18 deletions

11
.vscode/tasks.json vendored
View File

@@ -7,25 +7,16 @@
"label": "Dev Tauri",
"type": "shell",
"command": "bun tauri dev",
"problemMatcher": [
"$vite"
],
},
{
"label": "Build Tauri to nsis installer",
"type": "shell",
"command": "bun tauri build -b nsis",
"problemMatcher": [
"$vite"
],
},
{
"label": "Build Tauri",
"type": "shell",
"command": "bun tauri build",
"problemMatcher": [
"$vite"
],
}
]
}
}