diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-09-28 12:44:12 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-09-28 12:44:12 +0200 |
| commit | 827d95c831f9ef8de4b419a6f7913377a20e8cf9 (patch) | |
| tree | 2ffa5de8ee4ba2f777b4bfe9001dca44696fad6e /gui | |
| parent | 31e62ea07e957b2e1d285c8eb85605ce8cba5e69 (diff) | |
| parent | a247e6220fe924c89923beae638dfc182797ba18 (diff) | |
| download | mullvadvpn-827d95c831f9ef8de4b419a6f7913377a20e8cf9.tar.xz mullvadvpn-827d95c831f9ef8de4b419a6f7913377a20e8cf9.zip | |
Merge branch 'wg-nt'
Diffstat (limited to 'gui')
| -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 452baad71f..6f74d65eda 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -114,6 +114,7 @@ const config = { { from: distAssets('binaries/x86_64-pc-windows-msvc/sslocal.exe'), to: '.' }, { from: root('build/lib/x86_64-pc-windows-msvc/libwg.dll'), to: '.' }, { from: distAssets('binaries/x86_64-pc-windows-msvc/wintun/wintun.dll'), to: '.' }, + { from: distAssets('binaries/x86_64-pc-windows-msvc/wireguard-nt/wireguard.dll'), to: '.' }, ], }, |
