summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorJonathan <jonathan@mullvad.net>2022-10-18 13:36:38 +0200
committerJonathan <jonathan@mullvad.net>2022-10-18 14:42:33 +0200
commit56a3ef9ffbe3104a82c0504d8f1610545e23b121 (patch)
tree9e1bd08bd8478bb3750193b54008d6a34ece5a37 /build.sh
parentd3f7ed493ecc182e582697f7ac03b1b30a2c2f52 (diff)
downloadmullvadvpn-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 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 558b3d7c41..5eb8ba69f8 100755
--- a/build.sh
+++ b/build.sh
@@ -284,7 +284,6 @@ if [[ "$(uname -s)" == "MINGW"* ]]; then
if [[ "$SIGN" == "true" ]]; then
CPP_BINARIES=(
"windows/winfw/bin/x64-$CPP_BUILD_MODE/winfw.dll"
- "windows/winnet/bin/x64-$CPP_BUILD_MODE/winnet.dll"
"windows/driverlogic/bin/x64-$CPP_BUILD_MODE/driverlogic.exe"
# The nsis plugin is always built in 32 bit release mode
windows/nsis-plugins/bin/Win32-Release/*.dll