summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-02-18 11:29:39 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-02-18 11:29:39 +0100
commitc06eb137dfb530d8cb7a0fddb34960f73746d5f8 (patch)
tree24ed0d4ee1b2ee660d77a2802f0a741cf613f62d
parentdc4817c61bcc2b4be0ac20d2f864d70f05b2b294 (diff)
downloadmullvadvpn-c06eb137dfb530d8cb7a0fddb34960f73746d5f8.tar.xz
mullvadvpn-c06eb137dfb530d8cb7a0fddb34960f73746d5f8.zip
Fix the sslocal bin path in electron builder on Linux
-rwxr-xr-xgui/packages/desktop/electron-builder.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/packages/desktop/electron-builder.yml b/gui/packages/desktop/electron-builder.yml
index fc05bc8d4b..a5df3de58b 100755
--- a/gui/packages/desktop/electron-builder.yml
+++ b/gui/packages/desktop/electron-builder.yml
@@ -49,10 +49,10 @@ mac:
to: .
- from: ../../../dist-assets/binaries/macos/openvpn
to: .
- - from: ../../../dist-assets/uninstall_macos.sh
- to: ./uninstall.sh
- from: ../../../dist-assets/binaries/macos/sslocal
to: .
+ - from: ../../../dist-assets/uninstall_macos.sh
+ to: ./uninstall.sh
pkg:
allowAnywhere: false
@@ -113,12 +113,12 @@ linux:
to: .
- from: ../../../dist-assets/binaries/linux/openvpn
to: .
+ - from: ../../../dist-assets/binaries/linux/sslocal
+ to: .
- from: ../../../dist-assets/linux/mullvad-daemon.conf
to: .
- from: ../../../dist-assets/linux/mullvad-daemon.service
to: .
- - from: ../../../dist-assets/linux/sslocal
- to: .
deb:
fpm: ["--before-install", "../../../dist-assets/linux/before-install.sh",