Files
opvault.js/packages/web/electron-builder.yml
2021-11-23 03:13:01 -05:00

30 lines
641 B
YAML

# yaml-language-server: $schema=https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json
appId: com.proteria.opvault
productName: OPVault Viewer
files:
- "**/*"
icon: dist/512x512.png
directories:
output: bundle
app: dist
buildResources: dist
mac:
category: public.app-category.productivity
target:
target: dir
arch:
- x64
- arm64
darkModeSupport: true
linux:
executableName: opvault
category: Utility
icon: 512x512.png
artifactName: ${productName}-${version}-${arch}.${ext}
target:
target: AppImage
arch:
- x64
- arm64