2024-09-03 12:30:14 -04:00
|
|
|
appId: dev.zoo.modeling-app
|
|
|
|
directories:
|
|
|
|
output: out
|
|
|
|
buildResources: assets
|
|
|
|
files:
|
|
|
|
- .vite/**
|
|
|
|
mac:
|
|
|
|
category: public.app-category.developer-tools
|
|
|
|
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
|
|
|
|
target:
|
2024-09-04 12:03:44 -07:00
|
|
|
- target: dmg
|
2024-09-03 12:30:14 -04:00
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
2024-09-04 12:03:44 -07:00
|
|
|
- target: zip
|
2024-09-03 12:30:14 -04:00
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
2025-02-17 11:03:02 -05:00
|
|
|
notarize: true
|
2024-09-04 15:32:34 -07:00
|
|
|
fileAssociations:
|
|
|
|
- ext: kcl
|
|
|
|
name: kcl
|
|
|
|
mimeType: text/vnd.zoo.kcl
|
|
|
|
description: Zoo KCL File
|
|
|
|
role: Editor
|
|
|
|
rank: Owner
|
2024-09-03 12:30:14 -04:00
|
|
|
win:
|
|
|
|
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
|
|
|
|
target:
|
|
|
|
- target: nsis
|
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
2025-02-17 11:03:02 -05:00
|
|
|
signtoolOptions:
|
|
|
|
sign: "./scripts/sign-win.js"
|
|
|
|
signingHashAlgorithms:
|
|
|
|
- sha256
|
|
|
|
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
|
2024-09-03 12:30:14 -04:00
|
|
|
icon: "assets/icon.ico"
|
2024-09-04 12:03:44 -07:00
|
|
|
fileAssociations:
|
|
|
|
- ext: kcl
|
|
|
|
name: kcl
|
|
|
|
mimeType: text/vnd.zoo.kcl
|
|
|
|
description: Zoo KCL File
|
|
|
|
role: Editor
|
2024-09-03 12:30:14 -04:00
|
|
|
nsis:
|
|
|
|
oneClick: false
|
|
|
|
perMachine: true
|
|
|
|
allowElevation: true
|
|
|
|
installerIcon: "assets/icon.ico"
|
2025-02-11 11:18:33 -05:00
|
|
|
include: "./scripts/installer.nsh"
|
2024-09-03 12:30:14 -04:00
|
|
|
linux:
|
|
|
|
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
|
|
|
|
target:
|
|
|
|
- target: appImage
|
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
2024-09-04 12:03:44 -07:00
|
|
|
fileAssociations:
|
|
|
|
- ext: kcl
|
|
|
|
name: kcl
|
|
|
|
mimeType: text/vnd.zoo.kcl
|
|
|
|
description: Zoo KCL File
|
|
|
|
role: Editor
|
2024-09-03 12:30:14 -04:00
|
|
|
publish:
|
|
|
|
- provider: generic
|
2024-09-05 23:22:48 -04:00
|
|
|
url: https://dl.zoo.dev/releases/modeling-app
|
2024-09-03 12:30:14 -04:00
|
|
|
channel: latest
|
2024-10-11 06:16:39 -04:00
|
|
|
releaseInfo:
|
|
|
|
releaseNotesFile: release-notes.md
|
2025-02-03 10:03:41 -05:00
|
|
|
protocols:
|
|
|
|
- name: Zoo Studio
|
|
|
|
schemes: ['zoo-studio']
|