diff options
| author | Odd Stranne <odd@mullvad.net> | 2019-09-11 22:14:08 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2019-11-25 13:46:13 +0100 |
| commit | 5da3d5fab49142401d81197490726c8f677bec20 (patch) | |
| tree | d8e120e58e4cf9766f5b1a16398384cf9382704c | |
| parent | 9617419f99d090f64801c11cebfc8cb870dcdca3 (diff) | |
| download | mullvadvpn-5da3d5fab49142401d81197490726c8f677bec20.tar.xz mullvadvpn-5da3d5fab49142401d81197490726c8f677bec20.zip | |
Reference 'libwg.dll' so it's included with the packaged build
| -rw-r--r-- | gui/tasks/distribution.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index be262cf80e..7ae4dc3296 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -93,6 +93,7 @@ const config = { { from: root('windows/winutil/bin/x64-Release/winutil.dll'), to: '.' }, { from: distAssets('binaries/x86_64-pc-windows-msvc/openvpn.exe'), to: '.' }, { from: distAssets('binaries/x86_64-pc-windows-msvc/sslocal.exe'), to: '.' }, + { from: distAssets('binaries/x86_64-pc-windows-msvc/wireguard/libwg.dll'), to: '.' }, ], }, |
