diff options
| author | Jonathan <jonathan@mullvad.net> | 2022-10-18 13:36:38 +0200 |
|---|---|---|
| committer | Jonathan <jonathan@mullvad.net> | 2022-10-18 14:42:33 +0200 |
| commit | 56a3ef9ffbe3104a82c0504d8f1610545e23b121 (patch) | |
| tree | 9e1bd08bd8478bb3750193b54008d6a34ece5a37 /gui | |
| parent | d3f7ed493ecc182e582697f7ac03b1b30a2c2f52 (diff) | |
| download | mullvadvpn-56a3ef9ffbe3104a82c0504d8f1610545e23b121.tar.xz mullvadvpn-56a3ef9ffbe3104a82c0504d8f1610545e23b121.zip | |
Modify build scripts and remove c++ code
Also upgrade to 0.42.0 for windows-sys library
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index deb4342116..5ced2ed563 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -141,12 +141,6 @@ const config = { from: root(path.join('windows', 'winfw', 'bin', 'x64-${env.CPP_BUILD_MODE}', 'winfw.dll')), to: '.', }, - { - from: root( - path.join('windows', 'winnet', 'bin', 'x64-${env.CPP_BUILD_MODE}', 'winnet.dll'), - ), - to: '.', - }, { from: distAssets('binaries/x86_64-pc-windows-msvc/openvpn.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: '.' }, |
