Skip to content

Commit cf37c66

Browse files
committed
updated installer.
1 parent 1911fec commit cf37c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installer/create_installer.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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
19-
::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.9
21-
::call :build_msi "C:\Qt\Qt5.8.0-msvc2015\5.8\msvc2015_64\bin\qtenv2.bat" 5.8
22-
::call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
19+
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.9
21+
call :build_msi "C:\Qt\Qt5.8.0-msvc2015\5.8\msvc2015_64\bin\qtenv2.bat" 5.8
22+
call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
2323

2424

2525
echo.

0 commit comments

Comments
 (0)