1 Star 0 Fork 113

ETOCODE/electron-vite-template

forked from Sky/electron-vite-template 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.json 680 Bytes
Copy Edit Raw Blame History
没礼貌的芬兰人 authored 2022-10-22 18:46 . mini build cli
{
"asar": false,
"extraFiles": [],
"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"
},
"linux": {
"icon": "build/icons"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/etocode/electron-vite-template.git
git@gitee.com:etocode/electron-vite-template.git
etocode
electron-vite-template
electron-vite-template
mini-main

Search