mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 14:43:46 +00:00
Fix lrelease for Windows (#1055)
This commit is contained in:
parent
1e089d2694
commit
d919a2163b
@ -17,11 +17,7 @@ RMDIR /S /Q %BUILDDIR%
|
|||||||
MKDIR %BUILDDIR%
|
MKDIR %BUILDDIR%
|
||||||
|
|
||||||
ECHO Prepare translations
|
ECHO Prepare translations
|
||||||
lrelease.exe ..\src\cutter.pro
|
FOR %%i in (src\translations\*.ts) DO lrelease %%i
|
||||||
|
|
||||||
RMDIR /S /Q %BUILDDIR%\translations
|
|
||||||
MKDIR %BUILDDIR%\translations
|
|
||||||
FOR %%i in (src\translations\*.qm) DO MOVE "%%~fi" "%CD%\%BUILDDIR%\translations"
|
|
||||||
|
|
||||||
CD %BUILDDIR%
|
CD %BUILDDIR%
|
||||||
|
|
||||||
@ -37,3 +33,4 @@ COPY release\cutter.exe cutter\cutter.exe
|
|||||||
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
|
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
|
||||||
COPY ..\%R2DIST%\*.dll cutter\
|
COPY ..\%R2DIST%\*.dll cutter\
|
||||||
windeployqt cutter\cutter.exe
|
windeployqt cutter\cutter.exe
|
||||||
|
FOR %%i in (..\src\translations\*.qm) DO MOVE "%%~fi" cutter\translations
|
||||||
|
Loading…
Reference in New Issue
Block a user