diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-11-27 15:54:38 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-11-27 15:54:38 +0100 |
| commit | 2245c9c286124e490f12cb1d34da74723d5b1c49 (patch) | |
| tree | d519a7686ece5b5738a9fc92acf97ed60ec092a1 /gui | |
| parent | e8657063e1c33907959a54094b11d670409c61f6 (diff) | |
| parent | 9220b4da685a46440e28af8f0f3926e87d4a32b6 (diff) | |
| download | mullvadvpn-2245c9c286124e490f12cb1d34da74723d5b1c49.tar.xz mullvadvpn-2245c9c286124e490f12cb1d34da74723d5b1c49.zip | |
Merge branch 'update-wireguard-go'
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 0623c0b660..0a7647b587 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -98,6 +98,7 @@ const config = { { from: distAssets('binaries/x86_64-pc-windows-msvc/openvpn.exe'), to: '.' }, { 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.dll'), to: '.' }, ], }, |
