From 65587d6166ca35dea001546d54141d41953457f1 Mon Sep 17 00:00:00 2001 From: xarkes Date: Tue, 2 Jul 2019 08:18:59 +0200 Subject: [PATCH] Fixing Windows build (#1633) --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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