60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
appId: com.vidbee
|
|
productName: VidBee
|
|
directories:
|
|
buildResources: build
|
|
protocols:
|
|
- name: VidBee
|
|
schemes:
|
|
- vidbee
|
|
files:
|
|
- '!**/.vscode/*'
|
|
- '!**/.context/**'
|
|
- '!**/.github/**'
|
|
- '!src/*'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!{.eslintcache,eslint.config.mjs,dev-app-update.yml,CHANGELOG.md}'
|
|
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
|
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
|
- '!extension/**'
|
|
- '!monkey/**'
|
|
- '!screenshots/**'
|
|
asarUnpack:
|
|
- resources/**
|
|
win:
|
|
executableName: vidbee
|
|
nsis:
|
|
artifactName: ${name}-${version}-setup.${ext}
|
|
shortcutName: ${productName}
|
|
uninstallDisplayName: ${productName}
|
|
createDesktopShortcut: always
|
|
mac:
|
|
identity: null
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
notarize: false
|
|
artifactName: ${name}-${version}-${arch}.${ext}
|
|
target:
|
|
- target: zip
|
|
arch:
|
|
- arm64
|
|
- x64
|
|
- target: dmg
|
|
arch:
|
|
- arm64
|
|
- x64
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
- deb
|
|
maintainer: nexmoex@gmail.com
|
|
category: Utility
|
|
appImage:
|
|
artifactName: ${name}-${version}.${ext}
|
|
npmRebuild: false
|
|
publish:
|
|
provider: generic
|
|
url: https://github.com/nexmoe/vidbee/releases/latest/download
|
|
electronDownload:
|
|
mirror: https://npmmirror.com/mirrors/electron/
|
|
electronLanguages:
|
|
- en
|