feishin/electron-builder.yml

59 lines
1.2 KiB
YAML
Raw Normal View History

appId: org.jeffvli.feishin
productName: Feishin
2025-06-02 20:49:55 -07:00
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
2025-05-22 20:05:15 -07:00
electronVersion: 35.1.5
directories:
2025-05-22 23:03:08 -07:00
buildResources: assets
files:
2025-05-24 00:04:41 -07:00
- 'out/**/*'
- 'package.json'
extraResources:
- assets/**
asarUnpack:
- resources/**
win:
target:
- zip
- nsis
icon: assets/icons/icon.png
nsis:
2025-10-11 12:40:27 -07:00
allowToChangeInstallationDirectory: true
oneClick: false
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
target:
target: default
arch:
- arm64
- x64
icon: assets/icons/icon.icns
type: distribution
hardenedRuntime: true
2025-05-22 23:03:08 -07:00
entitlements: assets/entitlements.mac.plist
entitlementsInherit: assets/entitlements.mac.plist
gatekeeperAssess: false
notarize: false
dmg:
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
linux:
target:
- AppImage
- tar.xz
category: AudioVideo;Audio;Player
icon: assets/icons/icon.png
artifactName: ${productName}-${os}-${arch}.${ext}
npmRebuild: false
publish:
provider: github
owner: jeffvli
repo: feishin
2025-10-12 00:54:07 -07:00
channel: latest
releaseType: draft