mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
78 lines
2 KiB
YAML
78 lines
2 KiB
YAML
appId: org.jeffvli.feishin
|
|
productName: Feishin
|
|
artifactName: ${productName}-${version}-${os}-setup.${ext}
|
|
directories:
|
|
buildResources: build
|
|
files:
|
|
- '!**/.vscode/*'
|
|
- '!src/*'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!{.eslintcache,eslint.config.mjs,.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}'
|
|
extraResources:
|
|
- assets/**
|
|
asarUnpack:
|
|
- resources/**
|
|
win:
|
|
target:
|
|
- zip
|
|
- nsis
|
|
icon: assets/icons/icon.png
|
|
nsis:
|
|
shortcutName: ${productName}
|
|
uninstallDisplayName: ${productName}
|
|
createDesktopShortcut: always
|
|
mac:
|
|
target:
|
|
target: default
|
|
arch:
|
|
- arm64
|
|
- x64
|
|
icon: assets/icons/icon.icns
|
|
type: distribution
|
|
hardenedRuntime: true
|
|
entitlements: build/entitlements.mac.plist
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
gatekeeperAssess: false
|
|
notarize: false
|
|
dmg:
|
|
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
|
deb:
|
|
depends:
|
|
- libgssapi_krb5.so.2
|
|
- libavahi-common.so.3
|
|
- libavahi-client.so.3
|
|
- libkrb5.so.3
|
|
- libkrb5support.so.0
|
|
- libkeyutils.so.1
|
|
- libcups.so.2
|
|
rpm:
|
|
depends:
|
|
- libgssapi_krb5.so.2
|
|
- libavahi-common.so.3
|
|
- libavahi-client.so.3
|
|
- libkrb5.so.3
|
|
- libkrb5support.so.0
|
|
- libkeyutils.so.1
|
|
- libcups.so.2
|
|
freebsd:
|
|
depends:
|
|
- libgssapi_krb5.so.2
|
|
- libavahi-common.so.3
|
|
- libavahi-client.so.3
|
|
- libkrb5.so.3
|
|
- libkrb5support.so.0
|
|
- libkeyutils.so.1
|
|
- libcups.so.2
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
- tar.xz
|
|
category: AudioVideo;Audio;Player
|
|
icon: assets/icons/icon.png
|
|
npmRebuild: false
|
|
publish:
|
|
provider: github
|
|
owner: jeffvli
|
|
repo: feishin
|