blob: 5d1d3b4db28161786f2c8cb691c25ead94928718 (
plain)
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
|
appId: com.lattex.app
productName: LatteX
directories:
buildResources: resources
output: dist
files:
- out/**/*
- "!node_modules/**/*"
- node_modules/node-pty/**/*
- node_modules/ws/**/*
- node_modules/chokidar/**/*
- node_modules/diff-match-patch/**/*
- node_modules/anymatch/**/*
- node_modules/braces/**/*
- node_modules/fill-range/**/*
- node_modules/glob-parent/**/*
- node_modules/is-binary-path/**/*
- node_modules/is-extglob/**/*
- node_modules/is-glob/**/*
- node_modules/is-number/**/*
- node_modules/normalize-path/**/*
- node_modules/picomatch/**/*
- node_modules/readdirp/**/*
- node_modules/to-regex-range/**/*
- node_modules/binary-extensions/**/*
asarUnpack:
- node_modules/node-pty/**/*
mac:
icon: resources/icon.icns
target:
- dmg
category: public.app-category.productivity
artifactName: ${name}-${version}-${arch}.${ext}
|