Files
modeling-app/electron-builder.yml

66 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:
- x64
- arm64
2024-08-30 19:11:12 -04:00
- target: zip
2024-08-30 15:50:25 -04:00
arch:
- 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-09-02 20:57:27 -04:00
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
2024-08-30 15:43:46 -04:00
icon: "assets/icon.ico"
2024-08-31 20:11:28 -04:00
msi:
oneClick: false
2024-09-01 20:55:17 -04:00
perMachine: true
2024-08-31 20:11:28 -04:00
2024-08-30 21:34:09 -04:00
nsis:
oneClick: false
2024-09-01 20:56:00 -04:00
perMachine: true
2024-08-30 21:34:09 -04:00
allowElevation: true
license: "LICENSE"
installerIcon: "assets/icon.ico"
2024-09-02 10:14:04 -04:00
include: "./installer.nsh"
2024-08-30 21:34:09 -04:00
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