25 lines
335 B
YAML
25 lines
335 B
YAML
appId: dev.zoo.modeling-app
|
|
|
|
directories:
|
|
output: out
|
|
buildResources: assets
|
|
|
|
files:
|
|
- .vite/**
|
|
|
|
mac:
|
|
category: public.app-category.developer-tools
|
|
target: dmg
|
|
notarize: true
|
|
|
|
# mac only
|
|
# afterSign: notarize.js
|
|
|
|
win:
|
|
target: nsis
|
|
sign: "./sign-win.js"
|
|
# signingHashAlgorithms": ["sha256"]
|
|
|
|
linux:
|
|
target: appimage
|