打包参数中添加公司名称
parent
0a33d132f4
commit
ce7995f305
|
@ -24,9 +24,9 @@
|
||||||
"vite": "^2.0.5"
|
"vite": "^2.0.5"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "your.id",
|
"appId": "hwasmart.id",
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "your.app.category.type"
|
"category": "hwasmart.app.category.type"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/main/**/*",
|
"dist/main/**/*",
|
||||||
|
|
Loading…
Reference in New Issue