1 Star 1 Fork 98

子成君 / electron-vite-template

forked from Sky / electron-vite-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.json 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
mashirooooo 提交于 2021-12-12 11:25 . electron端更新代码
{
"asar": false,
"extraFiles": ["/updater/*", "updater.exe"],
"publish": [
{
"provider": "generic",
"url": "http://127.0.0.1"
}
],
"productName": "electron-vite-template",
"appId": "org.sky.electron-vite-template",
"directories": {
"output": "build"
},
"files": [
"dist/electron/**/*"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"target": "nsis"
},
"linux": {
"target": "deb",
"icon": "build/icons"
}
}
1
https://gitee.com/zcjunblog/electron-vite-template.git
git@gitee.com:zcjunblog/electron-vite-template.git
zcjunblog
electron-vite-template
electron-vite-template
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891