This commit is contained in:
2025-09-26 16:27:27 +08:00
parent 1d0bab7804
commit fcc5755dad
11 changed files with 403 additions and 745 deletions

View File

@@ -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"
}
]
}