66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"productName": "NPQS9100",
|
|
"appId": "NQPS9100",
|
|
"copyright": "© 2025 南京灿能",
|
|
"directories": {
|
|
"output": "out"
|
|
},
|
|
"asar": true,
|
|
"asarUnpack": [
|
|
"public/images/**/*"
|
|
],
|
|
"files": [
|
|
"**/*",
|
|
"!cmd/",
|
|
"!data/",
|
|
"!electron/",
|
|
"!frontend/",
|
|
"!logs/",
|
|
"!out/",
|
|
"!go/",
|
|
"!python/"
|
|
],
|
|
"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": ["**/*"]
|
|
}
|
|
],
|
|
"win": {
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
|
"target": [
|
|
{
|
|
"target": "dir",
|
|
"arch": ["x64"]
|
|
}
|
|
]
|
|
},
|
|
"compression": "store"
|
|
} |