mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fixing Windows build (#1633)
This commit is contained in:
parent
2feb8d1280
commit
65587d6166
@ -37,7 +37,7 @@ ECHO Deploying cutter
|
||||
MKDIR cutter
|
||||
COPY release\cutter.exe cutter\cutter.exe
|
||||
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
|
||||
COPY ..\%R2DIST%\*.dll cutter\
|
||||
COPY ..\%R2DIST%\bin\*.dll cutter\
|
||||
windeployqt cutter\cutter.exe
|
||||
FOR %%i in (..\src\translations\*.qm) DO MOVE "%%~fi" cutter\translations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user