Skip to content

Commit

Permalink
fix update checking
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Sep 11, 2018
1 parent 39d0b66 commit 26ad655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ IF "%1"=="clean" (
@echo on
echo "Building CMake configuration..."
@echo off
cd %BUILD_FOLDER% & cmake -G %GENERATOR_NAME% -DCMAKE_INSTALL_PREFIX=../%INSTALL_FOLDER% -DCMAKE_BUILD_TYPE=%CONFIGURATION_STR% -DBUILD_FOR_WINSTORE=%BUILD_FOR_WINSTORE% -DBUILD_64=%BUILD_64% ..
cd %BUILD_FOLDER% & cmake -G %GENERATOR_NAME% -DCMAKE_INSTALL_PREFIX=../%INSTALL_FOLDER% -DCMAKE_BUILD_TYPE=%CONFIGURATION_STR% -DBUILD_FOR_WINSTORE=%BUILD_FOR_WINSTORE% -DBUILD_64=%BUILD_64% -DCMAKE_BUILD_NUMBER=%BUILD_NUMBER% ..
@echo on
echo "Running lrelease..."
@echo off
Expand Down

0 comments on commit 26ad655

Please sign in to comment.