Skip to content

Commit 58bf64d

Browse files
Update Build.yml
1 parent 0a879c0 commit 58bf64d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/Build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
shell: cmd
5050
run: |
5151
:: Search for lrelease.exe and linguist.exe
52-
dir C:\*lrelease.exe /s /b
53-
dir C:\*linguist.exe /s /b
54-
echo.
52+
::dir C:\*lrelease.exe /s /b
53+
::dir C:\*linguist.exe /s /b
54+
::echo.
5555
5656
:: Remove previous cmake build folder
5757
rmdir /s /q build >nul 2>nul
@@ -77,6 +77,11 @@ jobs:
7777
echo Compilation and linking executables done
7878
echo.
7979
80+
:: Copy translation tools
81+
mkdir build\exe\Tools
82+
copy /y C:\Qt\5.15.2\mingw81_64\bin\lrelease.exe build\exe\Tools
83+
copy /y C:\Qt\5.15.2\mingw81_64\bin\linguist.exe build\exe\Tools
84+
8085
:: Add any file to "Logs" folder for the next shipping
8186
mkdir build\exe\Logs >nul 2> nul
8287
cd build\exe\Logs

0 commit comments

Comments
 (0)