Skip to content

Commit d110009

Browse files
update installer
1 parent 20f9256 commit d110009

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
@@ -11,13 +11,13 @@ set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
1111
cd %BASEDIR%
1212

1313
:: MinGW
14-
::call :build_msi "C:\Qt\Qt5.9.1\5.9.1\mingw53_32\bin\qtenv2.bat" 5.9
14+
::call :build_msi "C:\Qt\Qt5.9.1-mingw\5.9.1\mingw53_32\bin\qtenv2.bat" 5.9
1515
::call :build_msi "C:\Qt\Qt5.8.0-mingw\5.8\mingw53_32\bin\qtenv2.bat" 5.8
1616
::call :build_setup treefrog-%VERSION%-mingw-setup.exe
1717

1818
:: MSVC2015
1919
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
20-
call :build_msi "C:\Qt\Qt5.9.1\5.9.1\msvc2015_64\bin\qtenv2.bat" 5.7
20+
call :build_msi "C:\Qt\Qt5.9.1-msvc2015\5.9.1\msvc2015_64\bin\qtenv2.bat" 5.9
2121
call :build_msi "C:\Qt\Qt5.8.0-msvc2015\5.8\msvc2015_64\bin\qtenv2.bat" 5.8
2222
call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
2323

0 commit comments

Comments
 (0)