diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index 62081e4..c07d457 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -20,8 +20,8 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $ProductId$ = "freemind" -Set $InstallDir$ = "%ProgramFiles32Dir%\FreeMind" +Set $ProductId$ = "openvpn" +Set $InstallDir$ = "%ProgramFiles32Dir%\OpenVPN" Set $LicenseRequired$ = "false" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- diff --git a/build.sh b/build.sh index 0414b7d..6595354 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="openvpn" VERSION="2.2.2" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="testing"