| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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"
- }
- }
|