Files
pqs-9100_client/cmd/builder.json

66 lines
1.2 KiB
JSON
Raw Normal View History

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"
},
{
"from": "scripts/",
"to": "scripts",
"filter": ["**/*"]
}
],
"extraFiles": [
{
"from": "build/extraResources/mysql",
"to": "mysql",
"filter": ["**/*"]
},
{
"from": "build/extraResources/jre",
"to": "jre",
"filter": ["**/*"]
}
],
2024-08-07 21:48:41 +08:00
"win": {
"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
}