1 Star 0 Fork 29

shannonlin/electron-vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.json5 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
编程小龙 提交于 2023-08-03 21:32 . 自动版本更新
/**
* @see https://www.electron.build/configuration/configuration
*/
{
appId: "YourAppID",
asar: true,
icon: "public/favicon.ico",
directories: {
output: "release/${version}",
},
files: ["dist-electron", "dist"],
mac: {
// 注意mac的icon和windows的是不一样的
icon: "public/icons/icon.icns",
artifactName: "${productName}_${version}.${ext}",
target: ["dmg"],
},
win: {
icon: "public/icons/icon.ico",
target: [
{
target: "nsis",
arch: ["x64"],
},
],
artifactName: "${productName}_${version}.${ext}",
},
nsis: {
oneClick: false,
perMachine: false,
allowToChangeInstallationDirectory: true,
deleteAppDataOnUninstall: false,
},
// 配置安装包更新地址
publish: [
{
provider: "generic",
url: "http://common.longzipeng.online/package/auto",
},
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shannonlin/electron-vue3-template.git
git@gitee.com:shannonlin/electron-vue3-template.git
shannonlin
electron-vue3-template
electron-vue3-template
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385