1 Star 0 Fork 3

Bahtyar/eoapi

forked from buqiyuan/eoapi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
夜鹰 提交于 2022-10-14 11:19 . fix: xml2json parser bug
{
"appId": ".eoapi.io",
"productName": "Eoapi",
"asar": true,
"directories": {
"output": "release/"
},
"files": [
"out/app/**/*.js*",
"out/platform/**/*.js*",
"out/enviroment.js",
"out/shared/**/*.js*",
"**/*/browser/dist/**/*",
"**/*/node/dist/**/*",
"out/workbench/browser/src/**/*.js*",
"out/workbench/node/**/*.js*",
"out/core/**/package.json",
"out/app/common/**/*",
"!**/*.ts"
],
"publish": [
"github",
{
"provider": "generic",
"url": "https://packages.eoapi.io"
}
],
"generateUpdatesFilesForAllChannels": true,
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
// for win - 将协议写入主机的脚本
"include": "scripts/urlProtoco.nsh"
},
"protocols": [
// for macOS - 用于在主机注册指定协议
{
"name": "eoapi",
"schemes": [
"eoapi"
]
}
],
"win": {
"icon": "src/app/common/images/256x256.png",
"target": [
{
"target": "nsis"
},
"portable"
]
},
"portable": {
"splashImage": "src/app/common/images/eoapi.bmp"
},
"mac": {
"icon": "src/app/common/images/512x512.png",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "scripts/entitlements.mac.plist",
"entitlementsInherit": "scripts/entitlements.mac.plist",
"target": [
"dmg",
"zip"
]
},
"dmg": {
"sign": false
},
"afterSign": "scripts/notarize.js",
"linux": {
"icon": "src/app/common/images/",
"target": [
"AppImage"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bahtyar/eoapi.git
git@gitee.com:bahtyar/eoapi.git
bahtyar
eoapi
eoapi
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385