1 Star 1 Fork 116

杰克上校/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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JohnZhao1001/electron-vite-template.git
[email protected]:JohnZhao1001/electron-vite-template.git
JohnZhao1001
electron-vite-template
electron-vite-template
main

搜索帮助