加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.json 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
奈何col 提交于 2022-09-25 02:06 . 完善更新功能
{
"appId": "b4a.clz.me",
"copyright": "lvzhou",
"productName": "b4a",
"asar": false,
"directories": {
"output": "release/"
},
"files": [
"**/*",
"!**/*.ts",
"!*.map",
"!package.json",
"!package-lock.json"
],
"extraResources": [
{
"from": "dist",
"to": "app",
"filter": [
"**/*"
]
},
{
"from": "child",
"to": "child",
"filter": [
"**/*"
]
},
{
"from": "assets",
"to": "../assets",
"filter": [
"**/*"
]
}
],
"win": {
"icon": "dist/assets/icons",
"target": [
"nsis"
],
"publish": {
"provider": "generic",
"url": "https://b4a.diandeng.tech/update"
}
},
"portable": {
"splashImage": "dist/assets/icons/electron.bmp"
},
"mac": {
"icon": "dist/assets/icons",
"target": [
"dmg"
]
},
"linux": {
"icon": "dist/assets/icons",
"target": [
"AppImage"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化