Add macOS builds
This commit is contained in:
parent
84c4a55073
commit
06e29eaba1
@ -9,13 +9,21 @@ directories:
|
|||||||
output: bundle
|
output: bundle
|
||||||
app: dist
|
app: dist
|
||||||
buildResources: build
|
buildResources: build
|
||||||
|
mac:
|
||||||
|
category: public.app-category.productivity
|
||||||
|
target:
|
||||||
|
target: dir
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
- arm64
|
||||||
|
darkModeSupport: true
|
||||||
linux:
|
linux:
|
||||||
executableName: opvault
|
executableName: opvault
|
||||||
category: Utility
|
category: Utility
|
||||||
icon: 512x512.png
|
icon: 512x512.png
|
||||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||||
target:
|
target:
|
||||||
- target: AppImage
|
target: AppImage
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- arm64
|
- arm64
|
||||||
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -137,12 +137,6 @@ importers:
|
|||||||
typescript: 4.4.3
|
typescript: 4.4.3
|
||||||
vite: 2.6.13_sass@1.43.4
|
vite: 2.6.13_sass@1.43.4
|
||||||
|
|
||||||
packages/web/bundle/linux-unpacked/resources/app:
|
|
||||||
specifiers: {}
|
|
||||||
|
|
||||||
packages/web/dist:
|
|
||||||
specifiers: {}
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
/7zip-bin/5.1.1:
|
/7zip-bin/5.1.1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user