diff --git a/contrib/msi/build-msi.sh b/contrib/msi/build-msi.sh index fd4ac3f5..cb812f8c 100644 --- a/contrib/msi/build-msi.sh +++ b/contrib/msi/build-msi.sh @@ -76,7 +76,7 @@ PKGVERSIONMS=$(echo $PKGVERSION | tr - .) # Download the Wintun driver if [ ! -d wintun ]; then - curl -o wintun.zip https://www.wintun.net/builds/wintun-0.11.zip + curl -o wintun.zip https://www.wintun.net/builds/wintun-0.14.1.zip unzip wintun.zip fi if [ $PKGARCH = "x64" ]; then