2025-05-20 05:15:29 -07:00
|
|
|
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
|
2025-05-18 14:03:18 -07:00
|
|
|
directories:
|
2025-05-22 23:03:08 -07:00
|
|
|
buildResources: assets
|
2025-05-18 14:03:18 -07:00
|
|
|
files:
|
2025-05-24 00:04:41 -07:00
|
|
|
- 'out/**/*'
|
|
|
|
|
- 'package.json'
|
2025-05-20 05:15:29 -07:00
|
|
|
extraResources:
|
|
|
|
|
- assets/**
|
2025-05-18 14:03:18 -07:00
|
|
|
asarUnpack:
|
|
|
|
|
- resources/**
|
|
|
|
|
win:
|
2025-05-20 05:15:29 -07:00
|
|
|
target:
|
|
|
|
|
- zip
|
|
|
|
|
- nsis
|
|
|
|
|
icon: assets/icons/icon.png
|
2025-10-11 20:25:33 -07:00
|
|
|
generateUpdatesFilesForAllChannels: true
|
|
|
|
|
|
2025-05-18 14:03:18 -07:00
|
|
|
nsis:
|
2025-10-11 12:40:27 -07:00
|
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
|
oneClick: false
|
2025-05-18 14:03:18 -07:00
|
|
|
shortcutName: ${productName}
|
|
|
|
|
uninstallDisplayName: ${productName}
|
|
|
|
|
createDesktopShortcut: always
|
2025-10-11 20:25:33 -07:00
|
|
|
|
2025-05-18 14:03:18 -07:00
|
|
|
mac:
|
2025-05-20 05:15:29 -07:00
|
|
|
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
|
2025-05-20 05:15:29 -07:00
|
|
|
gatekeeperAssess: false
|
2025-05-18 14:03:18 -07:00
|
|
|
notarize: false
|
2025-10-11 20:25:33 -07:00
|
|
|
generateUpdatesFilesForAllChannels: true
|
|
|
|
|
|
2025-05-18 14:03:18 -07:00
|
|
|
dmg:
|
2025-05-20 05:15:29 -07:00
|
|
|
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
2025-10-11 20:25:33 -07:00
|
|
|
|
2025-05-18 14:03:18 -07:00
|
|
|
linux:
|
|
|
|
|
target:
|
|
|
|
|
- AppImage
|
2025-05-20 05:15:29 -07:00
|
|
|
- tar.xz
|
|
|
|
|
category: AudioVideo;Audio;Player
|
|
|
|
|
icon: assets/icons/icon.png
|
2025-07-29 19:18:18 -07:00
|
|
|
artifactName: ${productName}-${os}-${arch}.${ext}
|
2025-10-11 20:25:33 -07:00
|
|
|
generateUpdatesFilesForAllChannels: true
|
|
|
|
|
|
2025-05-18 14:03:18 -07:00
|
|
|
npmRebuild: false
|
|
|
|
|
publish:
|
2025-05-20 05:15:29 -07:00
|
|
|
provider: github
|
|
|
|
|
owner: jeffvli
|
|
|
|
|
repo: feishin
|