Files
pqs-9100_client/cmd/builder.json

44 lines
946 B
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,
"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
],
"extraResources": {
"from": "build/extraResources/",
"to": "extraResources"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "build/icons/icon.ico",
"uninstallerIcon": "build/icons/icon.ico",
"installerHeaderIcon": "build/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
2025-10-15 14:12:24 +08:00
"shortcutName": "灿能检测"
2024-08-07 21:48:41 +08:00
},
"win": {
"icon": "build/icons/icon.ico",
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
"target": [
{
2025-10-15 14:12:24 +08:00
"target": "portable"
2024-08-07 21:48:41 +08:00
}
]
}
}