1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"appId": "com.erp.client",
|
||||
"productName": "ERP客户端",
|
||||
"productName": "erpClient",
|
||||
"asar": true,
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
@@ -12,7 +13,7 @@
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"shortcutName": "ERP客户端"
|
||||
"shortcutName": "erpClient"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
@@ -40,5 +41,11 @@
|
||||
"!build",
|
||||
"!dist",
|
||||
"!scripts"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "update-helper.bat",
|
||||
"to": "../update-helper.bat"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user