blob: 7d1b8a222f265da240474e4197c0e02d7d30e28f (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
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
extraResources:
- from: ../talpid_core/target/release/mullvad_daemon
to: mullvad_daemon
- from: ../talpid_core/target/release/libtalpid_openvpn_plugin.dylib
to: libtalpid_openvpn_plugin.dylib
win:
target:
- nsis
extraResources:
- from: ../talpid_core/target/release/mullvad_daemon.exe
to: mullvad_daemon.exe
- from: ../talpid_core/target/release/libtalpid_openvpn_plugin.dll
to: libtalpid_openvpn_plugin.dll
linux:
target:
- deb
- AppImage
extraResources:
- from: ../talpid_core/target/release/mullvad_daemon
to: mullvad_daemon
- from: ../talpid_core/target/release/libtalpid_openvpn_plugin.so
to: libtalpid_openvpn_plugin.so
|