Files
modeling-app/electron-builder.yml
Pierre Jacquier 8b83f70139 WIP mac updater
2024-08-30 19:11:12 -04:00

61 lines
1.0 KiB
YAML

appId: dev.zoo.modeling-app
directories:
output: out
buildResources: assets
files:
- .vite/**
mac:
category: public.app-category.developer-tools
target:
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
notarize:
teamId: 92H8YB3B95
dmg:
artifactName: "${productName}-${version}-${arch}.${ext}"
win:
target:
- target: nsis
arch:
- x64
- arm64
signingHashAlgorithms:
- sha256
sign: "./sign-win.js"
icon: "assets/icon.ico"
linux:
target:
- target: appImage
arch:
- x64
- arm64
appImage:
artifactName: "${productName}-${version}-${arch}.${ext}"
publish:
- provider: generic
url: https://dl.zoo.dev/releases/modeling-app/test/electron-builder
channel: latest
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
allowElevation: true
license: "LICENSE"
installerIcon: "assets/icon.ico"
artifactName: "${productName}-Setup-${arch}-${version}.${ext}"