Update README and build files
This commit is contained in:
21
packages/web/electron-builder.yml
Normal file
21
packages/web/electron-builder.yml
Normal file
@ -0,0 +1,21 @@
|
||||
# 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
|
Reference in New Issue
Block a user