forked from KittyCAD/modeling-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
70 lines (70 loc) · 1.53 KB
/
electron-builder.yml
File metadata and controls
70 lines (70 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
appId: dev.zoo.modeling-app
directories:
output: out
buildResources: assets
files:
- .vite/**
- "!node_modules/win-ca/pem/**"
- "!node_modules/*esbuild/**"
- "!node_modules/@napi-rs/**"
mac:
category: public.app-category.developer-tools
artifactName: "${productName}-${version}-universal-${os}.${ext}"
target:
- target: dmg
arch:
- universal
- target: zip
arch:
- universal
notarize: true
fileAssociations:
- ext: kcl
name: kcl
mimeType: text/vnd.zoo.kcl
description: Zoo KCL File
role: Editor
rank: Owner
win:
artifactName: "${productName}-${version}-universal-${os}.${ext}"
target:
- target: nsis
arch:
- x64
- arm64
icon: "assets/icon.ico"
fileAssociations:
- ext: kcl
name: kcl
mimeType: text/vnd.zoo.kcl
description: Zoo KCL File
role: Editor
nsis:
oneClick: false
perMachine: true
allowElevation: true
installerIcon: "assets/icon.ico"
include: "./scripts/installer.nsh"
buildUniversalInstaller: true
linux:
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
target:
- target: appImage
arch:
- x64
- arm64
fileAssociations:
- ext: kcl
name: kcl
mimeType: text/vnd.zoo.kcl
description: Zoo KCL File
role: Editor
publish:
- provider: generic
url: https://dl.zoo.dev/releases/design-studio
channel: latest
releaseInfo:
releaseNotesFile: release-notes.md
protocols:
- name: Zoo Studio
schemes: ['zoo-studio']