summaryrefslogtreecommitdiffhomepage
path: root/distribution.yml
blob: 5fc2f9e8d4efdf2ab9385ed666f2145bf6e42b71 (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
36
37
38
39
40
41
appId: net.mullvad.vpn
copyright: Amagicom AB
productName: MullvadNeue

asar: true

directories:
  buildResources: build-assets/
  output: dist/

files:
  - package.json
  - init.js
  - build/
  - node_modules/

dmg:
  contents:
    - type: link
      path: /Applications
      x: 410
      y: 150
    - type: file
      x: 130
      y: 150

mac:
  target: 
    - dmg
  category: public.app-category.tools
  extendInfo:
    LSUIElement: true

win:
  target: 
    - nsis

linux:
  target:
    - deb
    - AppImage