summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-05-14 12:36:38 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-05-14 15:57:53 +0200
commitba5ae0c3436be0312d700463d4b51eddc285da3b (patch)
tree30613a07f28614b5ae52d1ab3f192380b96ac276
parentfca08e280d9c636c7444e413bd8911336a390044 (diff)
downloadmullvadvpn-ba5ae0c3436be0312d700463d4b51eddc285da3b.tar.xz
mullvadvpn-ba5ae0c3436be0312d700463d4b51eddc285da3b.zip
Build pkg instead of dmg
-rw-r--r--electron-builder.yml17
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