Files
modeling-app/electron-builder.yml

67 lines
1.2 KiB
YAML
Raw Normal View History

2024-08-28 08:11:11 -04:00
appId: dev.zoo.modeling-app
directories:
output: out
buildResources: assets
files:
- .vite/**
mac:
category: public.app-category.developer-tools
2024-08-30 21:57:45 -04:00
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
2024-08-30 15:50:25 -04:00
target:
2024-08-30 19:11:12 -04:00
- target: dmg
arch:
2024-09-01 09:28:06 -04:00
- universal
# - x64
# - arm64
2024-08-30 19:11:12 -04:00
- target: zip
2024-08-30 15:50:25 -04:00
arch:
2024-09-01 09:28:06 -04:00
- universal
# - x64
# - arm64
2024-08-29 08:52:12 -04:00
notarize:
teamId: 92H8YB3B95
2024-08-28 21:14:56 -04:00
2024-08-29 04:38:18 -04:00
win:
2024-08-30 21:57:45 -04:00
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
2024-08-30 15:43:46 -04:00
target:
- target: nsis
arch:
- x64
2024-08-30 15:50:25 -04:00
- arm64
2024-08-31 14:43:27 -04:00
- target: msi
arch:
- x64
- arm64
2024-08-30 15:43:46 -04:00
signingHashAlgorithms:
- sha256
2024-08-29 07:51:52 -04:00
sign: "./sign-win.js"
2024-08-31 09:23:00 -04:00
publisherName: "KittyCAD Inc"
2024-08-30 15:43:46 -04:00
icon: "assets/icon.ico"
2024-08-31 20:11:28 -04:00
msi:
oneClick: false
2024-08-30 21:34:09 -04:00
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
allowElevation: true
license: "LICENSE"
installerIcon: "assets/icon.ico"
linux:
2024-08-30 21:57:45 -04:00
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
2024-08-30 15:50:25 -04:00
target:
- target: appImage
arch:
- x64
- arm64
publish:
- provider: generic
url: https://dl.zoo.dev/releases/modeling-app/test/electron-builder
channel: latest