diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-02-18 11:29:39 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-02-18 11:29:39 +0100 |
| commit | c06eb137dfb530d8cb7a0fddb34960f73746d5f8 (patch) | |
| tree | 24ed0d4ee1b2ee660d77a2802f0a741cf613f62d /gui | |
| parent | dc4817c61bcc2b4be0ac20d2f864d70f05b2b294 (diff) | |
| download | mullvadvpn-c06eb137dfb530d8cb7a0fddb34960f73746d5f8.tar.xz mullvadvpn-c06eb137dfb530d8cb7a0fddb34960f73746d5f8.zip | |
Fix the sslocal bin path in electron builder on Linux
Diffstat (limited to 'gui')
| -rwxr-xr-x | gui/packages/desktop/electron-builder.yml | 8 |
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", |
