50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"productName": "PQS9100工具箱",
|
|
"appId": "com.njcn.pqs9100.tool",
|
|
"copyright": "© 2025 njcn Technology Co., Ltd.",
|
|
"directories": {
|
|
"output": "out"
|
|
},
|
|
"asar": true,
|
|
"files": [
|
|
"**/*",
|
|
"!cmd/",
|
|
"!data/",
|
|
"!electron/",
|
|
"!frontend/",
|
|
"!logs/",
|
|
"!out/",
|
|
"!go/",
|
|
"!python/"
|
|
],
|
|
"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,
|
|
"shortcutName": "PQS9100工具箱"
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "generic",
|
|
"url": ""
|
|
}
|
|
],
|
|
"win": {
|
|
"icon": "build/icons/icon.ico",
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
|
"target": [
|
|
{
|
|
"target": "nsis"
|
|
}
|
|
]
|
|
}
|
|
} |