Add macOS builds

This commit is contained in:
proteriax
2021-11-07 23:49:51 -05:00
parent 84c4a55073
commit 06e29eaba1
2 changed files with 12 additions and 10 deletions

View File

@ -9,13 +9,21 @@ directories:
output: bundle
app: dist
buildResources: build
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
target: AppImage
arch:
- x64
- arm64