Skip to content

Commit 9e10cf4

Browse files
committed
update install bat.
1 parent aa7dd46 commit 9e10cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/create_installer.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: Edit this line to run the batch file for Qt environment.
55
::
66

7-
set VERSION=1.13.0
7+
set VERSION=1.14.0
88
set TFDIR=C:\TreeFrog\%VERSION%
99
set BASEDIR=%~dp0
1010
set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
@@ -25,7 +25,7 @@ call :build_setup treefrog-%VERSION%-mingw-setup.exe
2525

2626
:: MSVC2015
2727
::call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
28-
::call :build_msi "C:\Qt\Qt5.6.1\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
28+
::call :build_msi "C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
2929
::call :build_msi "C:\Qt\Qt5.7.0\5.7\msvc2015_64\bin\qtenv2.bat" 5.7
3030
::call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
3131

0 commit comments

Comments
 (0)