diff --git a/build.bat b/build.bat index d76e9e5e..33a291e3 100644 --- a/build.bat +++ b/build.bat @@ -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