diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-05-18 16:57:53 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-05-22 10:19:29 +0200 |
| commit | 6fae1e9d6fcc9f91f37e946de0f4a7d2f4713e08 (patch) | |
| tree | d79c58df49292ab8f3ef8b4fc22b2f827fdb3507 | |
| parent | 7832f67cad4ad28ffc22d159489bfa85f9ad186e (diff) | |
| download | mullvadvpn-6fae1e9d6fcc9f91f37e946de0f4a7d2f4713e08.tar.xz mullvadvpn-6fae1e9d6fcc9f91f37e946de0f4a7d2f4713e08.zip | |
Update electron builder to use new OpenVPN binaries
| -rw-r--r-- | electron-builder.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 1e9eec65ef..8079aa3350 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -42,8 +42,8 @@ mac: to: . - from: ./target/release/libtalpid_openvpn_plugin.dylib to: . - - from: ./client-binaries/mac/include/openvpn - to: ./openvpn-binaries/openvpn + - from: ./dist-assets/binaries/macos/openvpn + to: . pkg: allowAnywhere: false @@ -78,6 +78,8 @@ linux: to: . - from: ./target/release/libtalpid_openvpn_plugin.so to: . + - from: ./dist-assets/binaries/linux/openvpn + to: . deb: fpm: ["--config-files", "/etc/systemd/system/mullvad-daemon.service", |
