diff options
| author | Emīls <emils@mullvad.net> | 2018-06-18 15:41:33 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-06-21 16:02:50 +0100 |
| commit | 6efdbb6f9344491e082c5eb53c1c42c51655b3fe (patch) | |
| tree | 604240ed588c151847fb6f330e9dc78282278b29 | |
| parent | 37e64619f178d8e1a2743911ed9a64b9d20a6ba9 (diff) | |
| download | mullvadvpn-6efdbb6f9344491e082c5eb53c1c42c51655b3fe.tar.xz mullvadvpn-6efdbb6f9344491e082c5eb53c1c42c51655b3fe.zip | |
Add windns.dll to the installable package on Windows
| -rw-r--r-- | electron-builder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 83bea2c583..a7c5c5e77a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -73,6 +73,8 @@ win: to: . - from: ./windows/winfw/bin/x64-Release/winfw.dll to: . + - from: ./windows/windns/bin/x64-Release/windns.dll + to: . - from: ./dist-assets/binaries/windows/openvpn.exe to: . |
