🚧 tauri 2.0

This commit is contained in:
Tw93
2024-11-10 22:25:37 +08:00
parent ed135aad02
commit c2ba0c8b76
7 changed files with 53 additions and 57 deletions

View File

@@ -1,13 +1,8 @@
{
"build": {
"beforeBuildCommand": "",
"frontendDist": "../dist",
"beforeDevCommand": ""
},
"plugins": {},
"productName": "WeRead",
"identifier":"com.pake.weread",
"identifier": "com.pake.weread",
"version": "1.0.0",
"plugins": {},
"app": {
"security": {
"csp": null
@@ -18,5 +13,10 @@
"id": "pake-tray"
},
"withGlobalTauri": true
},
"build": {
"beforeBuildCommand": "",
"frontendDist": "../dist",
"beforeDevCommand": ""
}
}