Fix the regular expression with errors during batch packaging in pake-cli

This commit is contained in:
Tlntin
2023-01-16 22:04:51 +08:00
parent 9c5b51adc9
commit de3ef9bfdf
2 changed files with 35 additions and 5 deletions

30
src-tauri/tauri.conf.json Normal file
View File

@@ -0,0 +1,30 @@
{
"package": {
"productName": "WeRead",
"version": "1.0.0"
},
"tauri": {
"windows": [
{
"url": "https://weread.qq.com/",
"transparent": true,
"fullscreen": false,
"width": 1200,
"height": 780,
"resizable": true
}
],
"security": {
"csp": null
},
"updater": {
"active": false
}
},
"build": {
"devPath": "../dist",
"distDir": "../dist",
"beforeBuildCommand": "",
"beforeDevCommand": ""
}
}