[tag] 0.0.6-beta.4 build preparation
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -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"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user