From 3cf4900e9156c406383f308d074fa6c196d4f569 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 12 Nov 2021 01:54:42 +0300 Subject: [PATCH] [win] update installer build script Signed-off-by: R4SAS --- contrib/msi/build-msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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