🎨 将常用的放到前面
This commit is contained in:
@@ -3,12 +3,6 @@
|
|||||||
"productName": "WeRead",
|
"productName": "WeRead",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
},
|
},
|
||||||
"build": {
|
|
||||||
"devPath": "../dist",
|
|
||||||
"distDir": "../dist",
|
|
||||||
"beforeBuildCommand": "",
|
|
||||||
"beforeDevCommand": ""
|
|
||||||
},
|
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
@@ -56,5 +50,11 @@
|
|||||||
"updater": {
|
"updater": {
|
||||||
"active": false
|
"active": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"devPath": "../dist",
|
||||||
|
"distDir": "../dist",
|
||||||
|
"beforeBuildCommand": "",
|
||||||
|
"beforeDevCommand": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user