summaryrefslogtreecommitdiff
path: root/electron-builder.yml
blob: 9152755fbb2ef2f0f52bd06ebe6a5299d1d727d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
appId: com.lattex.app
productName: LatteX
directories:
  buildResources: resources
  output: dist
files:
  - out/**/*
  - "!node_modules/**/*"
mac:
  target:
    - dmg
  category: public.app-category.productivity
  artifactName: ${name}-${version}-${arch}.${ext}