diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-12-07 14:40:22 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-12-07 14:40:22 +0100 |
| commit | 5fa6d87ef42bc3452d13e8149b11fd26386b6a83 (patch) | |
| tree | cd50e7a85952cde802dbc018958305c3e506fb40 /gui | |
| parent | f646fcd1607129e3823acd2ff104f5c8dc001772 (diff) | |
| parent | 1491c9d0462da46caa7250a50c5451bf50659d84 (diff) | |
| download | mullvadvpn-5fa6d87ef42bc3452d13e8149b11fd26386b6a83.tar.xz mullvadvpn-5fa6d87ef42bc3452d13e8149b11fd26386b6a83.zip | |
Merge branch 'wg-nt-update'
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 6f74d65eda..f677cc799b 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -114,7 +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: '.' }, + { from: distAssets('binaries/x86_64-pc-windows-msvc/wireguard-nt/mullvad-wireguard.dll'), to: '.' }, ], }, |
