blob: 991af700bb0929a102f23af4c389fc537bdf7c87 (
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
34
35
|
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/**/*
afterPack: ./scripts/afterPack.js
mac:
icon: resources/icon.icns
identity: null
target:
- dmg
category: public.app-category.productivity
artifactName: ${name}-${version}-${arch}.${ext}
|