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:34:09 -04:00
|
|
|
artifactName: "${productName}-${version}-${arch}.${ext}"
|
2024-08-30 15:50:25 -04:00
|
|
|
target:
|
2024-08-30 19:11:12 -04:00
|
|
|
- target: dmg
|
|
|
|
|
arch:
|
|
|
|
|
- x64
|
|
|
|
|
- arm64
|
|
|
|
|
- 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:34:09 -04:00
|
|
|
artifactName: "${productName}-Setup-${arch}-${version}.${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-30 15:43:46 -04:00
|
|
|
signingHashAlgorithms:
|
|
|
|
|
- sha256
|
2024-08-29 07:51:52 -04:00
|
|
|
sign: "./sign-win.js"
|
2024-08-30 15:43:46 -04:00
|
|
|
icon: "assets/icon.ico"
|
2024-08-29 04:46:42 -04:00
|
|
|
|
2024-08-30 21:34:09 -04:00
|
|
|
nsis:
|
|
|
|
|
oneClick: false
|
|
|
|
|
perMachine: false
|
|
|
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
|
allowElevation: true
|
|
|
|
|
license: "LICENSE"
|
|
|
|
|
installerIcon: "assets/icon.ico"
|
|
|
|
|
|
2024-08-29 04:46:42 -04:00
|
|
|
linux:
|
2024-08-30 21:34:09 -04:00
|
|
|
artifactName: "${productName}-${version}-${arch}.${ext}"
|
2024-08-30 15:50:25 -04:00
|
|
|
target:
|
|
|
|
|
- target: appImage
|
|
|
|
|
arch:
|
|
|
|
|
- x64
|
|
|
|
|
- arm64
|
|
|
|
|
|
2024-08-30 06:18:53 -04:00
|
|
|
publish:
|
|
|
|
|
- provider: generic
|
|
|
|
|
url: https://dl.zoo.dev/releases/modeling-app/test/electron-builder
|
|
|
|
|
channel: latest
|