56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"productName": "appCtr",
|
||
|
|
"appId": "com.electron.appCtr",
|
||
|
|
"copyright": "© 2023 安徽烁景智能科技有限公司 Technology Co., Ltd.",
|
||
|
|
"directories": {
|
||
|
|
"output": "out"
|
||
|
|
},
|
||
|
|
"asar": true,
|
||
|
|
"files": [
|
||
|
|
"**/*",
|
||
|
|
"!frontend/",
|
||
|
|
"!run/",
|
||
|
|
"!logs/",
|
||
|
|
"!go/",
|
||
|
|
"!python/",
|
||
|
|
"!data/"
|
||
|
|
],
|
||
|
|
"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": "appCtr"
|
||
|
|
},
|
||
|
|
"mac": {
|
||
|
|
"icon": "build/icons/icon.icns",
|
||
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
||
|
|
"darkModeSupport": true,
|
||
|
|
"hardenedRuntime": false
|
||
|
|
},
|
||
|
|
"win": {
|
||
|
|
"icon": "build/icons/icon.ico",
|
||
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
||
|
|
"target": [
|
||
|
|
{
|
||
|
|
"target": "nsis"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"linux": {
|
||
|
|
"icon": "build/icons",
|
||
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
||
|
|
"target": [
|
||
|
|
"deb"
|
||
|
|
],
|
||
|
|
"category": "Utility"
|
||
|
|
}
|
||
|
|
}
|