Skip to content

Commit

Permalink
Правки скриптов компиляции
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Oct 18, 2024
1 parent 1a5b3cd commit 55a180f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file modified Source/Resources/Translations/ru/Resources/Language_1024x720.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion runTest.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@echo off

: Сборка проекта
call zBuild.bat
timeout /t 5 > nul

: Копирование файлов в папку _Test
mkdir _Test
xcopy /h /y /c /r /s Source\ _Test\
xcopy /h /y /c /r /s Build\ _Test\

: Задержка необходима для того, чтобы файлы успели скопироваться
timeout /t 3 > nul
Expand Down
2 changes: 1 addition & 1 deletion zBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir Build

echo Copy files...
xcopy Source\* Build\* /e /y

timeout /t 3
mkdir %defaultfolder%

for /f "tokens=*" %%f in ('dir "%mixfolder%\" /a:d /b') do (
Expand Down

0 comments on commit 55a180f

Please sign in to comment.