22 lines
514 B
YAML
22 lines
514 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: build
|
|
linux:
|
|
executableName: opvault
|
|
category: Utility
|
|
icon: 512x512.png
|
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
|
target:
|
|
- target: AppImage
|
|
arch:
|
|
- x64
|
|
- arm64
|