40 lines
684 B
JSON
40 lines
684 B
JSON
{
|
|
"productName": "ee",
|
|
"appId": "com.bilibili.ee",
|
|
"copyright": "© 2025 duola Technology Co., Ltd.",
|
|
"directories": {
|
|
"output": "out"
|
|
},
|
|
"asar": true,
|
|
"files": [
|
|
"**/*",
|
|
"!cmd/",
|
|
"!data/",
|
|
"!electron/",
|
|
"!frontend/",
|
|
"!logs/",
|
|
"!out/",
|
|
"!go/",
|
|
"!python/"
|
|
],
|
|
"extraResources": [
|
|
{
|
|
"from": "build/extraResources",
|
|
"to": "extraResources"
|
|
}
|
|
],
|
|
"publish": [
|
|
{
|
|
"provider": "generic",
|
|
"url": ""
|
|
}
|
|
],
|
|
"linux": {
|
|
"icon": "build/icons/icon.icns",
|
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
|
"target": [
|
|
"deb"
|
|
],
|
|
"category": "Utility"
|
|
}
|
|
} |