2024-08-07 21:48:41 +08:00
|
|
|
{
|
2025-10-15 14:12:24 +08:00
|
|
|
"productName": "NPQS9100",
|
|
|
|
|
"appId": "NQPS9100",
|
|
|
|
|
"copyright": "© 2025 南京灿能",
|
2024-08-07 21:48:41 +08:00
|
|
|
"directories": {
|
|
|
|
|
"output": "out"
|
|
|
|
|
},
|
|
|
|
|
"asar": true,
|
2025-10-16 20:14:55 +08:00
|
|
|
"asarUnpack": [
|
|
|
|
|
"public/images/**/*"
|
|
|
|
|
],
|
2024-08-07 21:48:41 +08:00
|
|
|
"files": [
|
|
|
|
|
"**/*",
|
2025-10-15 14:12:24 +08:00
|
|
|
"!cmd/",
|
|
|
|
|
"!data/",
|
|
|
|
|
"!electron/",
|
2024-08-07 21:48:41 +08:00
|
|
|
"!frontend/",
|
|
|
|
|
"!logs/",
|
2025-10-15 14:12:24 +08:00
|
|
|
"!out/",
|
|
|
|
|
"!go/",
|
|
|
|
|
"!python/"
|
2024-08-07 21:48:41 +08:00
|
|
|
],
|
2025-10-16 20:14:55 +08:00
|
|
|
"extraResources": [
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/dll",
|
|
|
|
|
"to": "extraResources/dll",
|
|
|
|
|
"filter": ["**/*"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/java",
|
|
|
|
|
"to": "extraResources/java",
|
|
|
|
|
"filter": ["**/*"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/read.txt",
|
|
|
|
|
"to": "extraResources/read.txt"
|
|
|
|
|
},
|
2025-11-26 08:50:22 +08:00
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/使用说明.txt",
|
|
|
|
|
"to": "extraResources/使用说明.txt"
|
|
|
|
|
},
|
2025-10-16 20:14:55 +08:00
|
|
|
{
|
|
|
|
|
"from": "scripts/",
|
|
|
|
|
"to": "scripts",
|
|
|
|
|
"filter": ["**/*"]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"extraFiles": [
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/mysql",
|
|
|
|
|
"to": "mysql",
|
|
|
|
|
"filter": ["**/*"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/jre",
|
|
|
|
|
"to": "jre",
|
|
|
|
|
"filter": ["**/*"]
|
2025-11-26 08:50:22 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/NPQS9100-启动器.bat",
|
|
|
|
|
"to": "NPQS9100-启动器.bat"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/extraResources/使用说明.txt",
|
|
|
|
|
"to": "使用说明.txt"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/upgrade.bat",
|
|
|
|
|
"to": "upgrade.bat"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/rollback.bat",
|
|
|
|
|
"to": "rollback.bat"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from": "build/README-升级回滚.txt",
|
|
|
|
|
"to": "README-升级回滚.txt"
|
2025-10-16 20:14:55 +08:00
|
|
|
}
|
|
|
|
|
],
|
2024-08-07 21:48:41 +08:00
|
|
|
"win": {
|
2025-11-26 08:50:22 +08:00
|
|
|
"icon": "public/images/icon.png",
|
2025-11-26 16:07:31 +08:00
|
|
|
"requestedExecutionLevel": "requireAdministrator",
|
|
|
|
|
"signAndEditExecutable": false,
|
|
|
|
|
"verifyUpdateCodeSignature": false,
|
2024-08-07 21:48:41 +08:00
|
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
|
|
|
|
"target": [
|
|
|
|
|
{
|
2025-10-16 20:14:55 +08:00
|
|
|
"target": "dir",
|
|
|
|
|
"arch": ["x64"]
|
2024-08-07 21:48:41 +08:00
|
|
|
}
|
|
|
|
|
]
|
2025-10-16 20:14:55 +08:00
|
|
|
},
|
|
|
|
|
"compression": "store"
|
2024-08-07 21:48:41 +08:00
|
|
|
}
|