correct typos
This commit is contained in:
parent
9b6b599e41
commit
6c17ccbecd
@ -20,8 +20,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "freemind"
|
Set $ProductId$ = "openvpn"
|
||||||
Set $InstallDir$ = "%ProgramFiles32Dir%\FreeMind"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\OpenVPN"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="openvpn"
|
PN="openvpn"
|
||||||
VERSION="2.2.2"
|
VERSION="2.2.2"
|
||||||
RELEASE="1"
|
RELEASE="2"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="testing"
|
TYPE="testing"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user