blossom/blossom-editor/electron-builder.yml

55 lines
1.7 KiB
YAML
Raw Normal View History

2023-08-07 11:50:22 +08:00
appId: com.xzzz.blossom
2023-10-09 19:11:24 +08:00
productName: Blossom
2023-08-07 11:50:22 +08:00
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- resources/**
afterSign: build/notarize.js
win:
2023-10-09 22:35:50 +08:00
executableName: blossom
2023-08-07 11:50:22 +08:00
# https://www.electron.build/configuration/nsis
nsis:
artifactName: ${name}-${version}-setup.${ext}
2023-10-07 13:40:43 +08:00
# 快捷方式名称
2023-08-07 11:50:22 +08:00
shortcutName: ${productName}
2023-10-07 13:40:43 +08:00
# 写在工具名称
2023-08-07 11:50:22 +08:00
uninstallDisplayName: ${productName}
2023-10-07 13:40:43 +08:00
# 是否创建桌面快捷方式
2023-08-07 11:50:22 +08:00
createDesktopShortcut: always
# 安装退保
# installerIcon: 'icon.ico'
# 不允许一键安装
oneClick: false
# 允许用户指定安装目录, oneClick 必须为 false
allowToChangeInstallationDirectory: true
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
2023-10-07 13:40:43 +08:00
# https://www.electron.build/configuration/dmg
2023-08-07 11:50:22 +08:00
dmg:
artifactName: ${name}-${version}.${ext}
linux:
target:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates