2 Star 0 Fork 0

浏览器 / desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.json 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"appId": "org.wexond.wexond",
"productName": "Wexond",
"nsis": {
"include": "static/installer.nsh"
},
"generateUpdatesFilesForAllChannels": true,
"asar": true,
"directories": {
"output": "dist",
"buildResources": "static/icons"
},
"files": ["build/**/*", "package.json", "static/**/*"],
"publish": "github",
"linux": {
"category": "Network",
"target": [
{
"target": "AppImage",
"arch": ["ia32", "x64"]
},
{
"target": "deb",
"arch": ["ia32", "x64"]
}
]
},
"win": {
"target": [
{
"target": "nsis-web",
"arch": ["x64", "ia32"]
},
{
"target": "zip",
"arch": ["x64", "ia32"]
}
]
},
"mac": {
"category": "public.app-category.navigation"
},
"fileAssociations": [
{
"name": "Document",
"description": "Wexond",
"role": "Viewer",
"ext": "html"
}
]
}
1
https://gitee.com/browsers/desktop.git
git@gitee.com:browsers/desktop.git
browsers
desktop
desktop
master

搜索帮助