aboutsummaryrefslogtreecommitdiff
path: root/install-win32/maketap
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--install-win32/maketap4
-rw-r--r--install-win32/maketapinstall4
2 files changed, 4 insertions, 4 deletions
diff --git a/install-win32/maketap b/install-win32/maketap
index 1ee4ed5..c3a9f26 100644
--- a/install-win32/maketap
+++ b/install-win32/maketap
@@ -4,7 +4,7 @@
# Requires the Windows DDK
# get version.nsi definitions
-. autodefs/nsidefs.sh
+. autodefs/defs.sh
amdtarget=""
if [ -z "$TAP_BIN_AMD64" ]; then
@@ -27,4 +27,4 @@ if [ -n "$TAP_BIN_AMD64" ]; then
cp "$TAP_BIN_AMD64" $t/amd64
fi
-title openvpn &>/dev/null
+title openvpn-build &>/dev/null
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall
index 96fd14a..1ebc220 100644
--- a/install-win32/maketapinstall
+++ b/install-win32/maketapinstall
@@ -6,7 +6,7 @@
# tapinstall source code.
# get version.nsi definitions
-. autodefs/nsidefs.sh
+. autodefs/defs.sh
if ! [ -d "$TISRC" ] ; then
echo "$TISRC" NOT INSTALLED
@@ -39,4 +39,4 @@ if [ -n "$TI_BIN_AMD64" ]; then
cp "$TI_BIN_AMD64" $t/objfre_wnet_amd64/amd64
fi
-title openvpn &>/dev/null
+title openvpn-build &>/dev/null