Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Jul 1, 2017
1 parent 20f9256 commit d110009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/create_installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
cd %BASEDIR%

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

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

Expand Down

0 comments on commit d110009

Please sign in to comment.