2 Star 1 Fork 1

star_sc/password-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.json5 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
star_sc 提交于 2024-07-22 10:38 . fix: build provider is null
// @see - https://www.electron.build/configuration/configuration
{
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
"appId": "password-manager",
"asar": true,
"productName": "密码管理器",
"directories": {
"output": "release/${version}"
},
"files": [
"dist",
"dist-electron"
],
"mac": {
icon: "public/assets/icon.icns",
"target": [
"dmg"
],
"artifactName": "${productName}-Mac-${version}-Installer.${ext}"
},
"win": {
icon: "public/assets/icon.ico",
//图标路径
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"artifactName": "${productName}-Windows-${version}-Setup.${ext}"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
},
"linux": {
icon: "public/assets/icon.png",
"target": [
"AppImage"
],
"artifactName": "${productName}-Linux-${version}.${ext}"
},
"publish": [
{
"provider": "github",
"owner": "star-sc",
"repo": "https://gitee.com/star-sc/password-manager.git"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/star-sc/password-manager.git
git@gitee.com:star-sc/password-manager.git
star-sc
password-manager
password-manager
master

搜索帮助