2 Star 3 Fork 4

野驴70 / yakit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.yaml 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
v1ll4n 提交于 2021-12-16 17:15 . modify logo
appId: 'io.yaklang.yakit'
productName: 'Yakit'
copyright: Copyright © 2021 v1ll4n
directories:
buildResources: resources
output: release/
app: .
#artifactName: ${productName}-${version}-${platform}-${arch}.${ext}
asar: true
publish:
- provider: "generic"
url: https://yaklang.oss-cn-beijing.aliyuncs.com/yak/latest/
mac:
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
target:
- target: dmg
arch:
- x64
- arm64
icon: "app/assets/yakitlogo.icns"
linux:
artifactName: ${productName}-${version}-linux-amd64.${ext}
target:
- target: AppImage
arch:
- x64
win:
artifactName: ${productName}-${version}-windows-amd64.${ext}
target:
- target: nsis
arch:
- x64
icon: "app/assets/yakitlogo.ico"
#publish:
# - provider: generic
# url: https://update.electron-builder.com
# channel: latest
releaseInfo:
releaseName: ${version}
releaseNotes: "view github release: https://github.com/yaklang/yakit/releases"
1
https://gitee.com/kiang70/yakit.git
git@gitee.com:kiang70/yakit.git
kiang70
yakit
yakit
master

搜索帮助