加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.yml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
copyright: Copyright © 2021 SUSE
productName: Rancher Desktop
icon: ./resources/icons/logo-square-512.png
appId: io.rancherdesktop.app
asar: true
extraResources:
- resources/
- '!resources/darwin/lima-*.tgz'
- '!resources/linux/lima-*.tgz'
- '!resources/host/'
files:
- dist/app/**/*
mac:
entitlements: "build/entitlements.mac.plist"
entitlementsInherit: "build/entitlements.mac.inherit.plist"
darkModeSupport: true
hardenedRuntime: true
gatekeeperAssess: false
extendInfo:
NSCameraUsageDescription: ~
NSMicrophoneUsageDescription: ~
icon: ./resources/icons/mac-icon.png
target: [ dmg, zip ]
afterSign: "scripts/notarize.js"
win:
target: [ nsis, zip ]
signingHashAlgorithms: [ sha256 ] # We only support Windows 10 + WSL2
requestedExecutionLevel: asInvoker # The _app_ doesn't need privileges
linux:
category: Utility
executableName: rancher-desktop
artifactName: ${name}-${version}-linux.zip
extraResources:
- from: packaging/linux/rancher-desktop.desktop
to: resources/linux/rancher-desktop.desktop
target: [ zip ]
nsis:
license: LICENSE
include: build/installer.nsh
oneClick: false # Needed for restart prompt
publish:
provider: custom
upgradeServer: https://desktop.version.rancher.io/v1/checkupgrade
vPrefixedTagName: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化