2 Star 0 Fork 10

hehq_vue/PreVue

forked from Gitee 极速下载/PreVue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
electron-builder.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hubert 提交于 2019-03-24 12:06 . added windows support and additional icons
{
"appId": "com.electron.PreVue",
"mac": {
"category": "public.app-category.developer-tools",
"icon": "build/icon.icns"
},
"files": ["out"],
"nsis": {
"createDesktopShortcut": "always"
},
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": ["deb"]
},
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
},
"publish": [
{
"provider": "s3",
"bucket": "prevue-app"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hehq_vue/PreVue.git
git@gitee.com:hehq_vue/PreVue.git
hehq_vue
PreVue
PreVue
master

搜索帮助