diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-05-14 12:36:38 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-05-14 15:57:53 +0200 |
| commit | ba5ae0c3436be0312d700463d4b51eddc285da3b (patch) | |
| tree | 30613a07f28614b5ae52d1ab3f192380b96ac276 | |
| parent | fca08e280d9c636c7444e413bd8911336a390044 (diff) | |
| download | mullvadvpn-ba5ae0c3436be0312d700463d4b51eddc285da3b.tar.xz mullvadvpn-ba5ae0c3436be0312d700463d4b51eddc285da3b.zip | |
Build pkg instead of dmg
| -rw-r--r-- | electron-builder.yml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 7b1cd6ef7e..e16375dd3a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -27,19 +27,8 @@ files: - build/ - node_modules/ -dmg: - contents: - - type: link - path: /Applications - x: 410 - y: 150 - - type: file - x: 130 - y: 150 - mac: - target: - - dmg + target: pkg artifactName: MullvadVPN-${version}.${ext} category: public.app-category.tools extendInfo: @@ -56,6 +45,10 @@ mac: - from: ./client-binaries/mac/include/openvpn to: ./openvpn-binaries/openvpn +pkg: + allowAnywhere: false + allowCurrentUserHome: false + win: target: - nsis |
