Skip to content

Commit c520903

Browse files
Remove timeout from build
1 parent 23eb04e commit c520903

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Build.bat

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@ mkdir build\exe\Resources\Translations\Tools > nul 2> nul
3737
copy /y C:\Qt\5.15.2\mingw81_64\bin\lrelease.exe build\exe\Resources\Translations\Tools > nul 2> nul
3838
copy /y C:\Qt\5.15.2\mingw81_64\bin\linguist.exe build\exe\Resources\Translations\Tools > nul 2> nul
3939
copy /y src\GUI\Translations\ru.ts build\exe\Resources\Translations\Tools > nul 2> nul
40-
echo lrelease.exe -- CLI Qt compilation tool to compile *.ts files to the *.qm. Run lrelease.exe --help to see more info about how to use it. >> build\exe\Resources\Translations\Tools\readme.txt
40+
echo lrelease.exe -- CLI Qt compilation tool to compile *.ts files to the *.qm. Run lrelease.exe --help to see more info about how to use it. > build\exe\Resources\Translations\Tools\readme.txt
4141
echo linguist.exe -- GUI Qt translation tool to edit *.ts files. >> build\exe\Resources\Translations\Tools\readme.txt
4242
echo ru.ts -- Translation file example. >> build\exe\Resources\Translations\Tools\readme.txt
4343

4444
:: Add any file to "Logs" folder for the next shipping
4545
mkdir build\exe\Logs >nul 2> nul
4646
echo Do not delete this folder, please. Or program will can not be start. > build\exe\Logs\readme.txt
47-
48-
echo Compiling finished. Press enter to exit...
49-
timeout /t 10 > nul

0 commit comments

Comments
 (0)