We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ead2e commit 9e680d7Copy full SHA for 9e680d7
build.bat
@@ -37,6 +37,7 @@ ECHO Deploying cutter
37
MKDIR cutter
38
COPY release\cutter.exe cutter\cutter.exe
39
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
40
+DEL cutter\radare2\lib\*.lib
41
COPY ..\%R2DIST%\bin\*.dll cutter\
42
windeployqt cutter\cutter.exe
43
FOR %%i in (..\src\translations\*.qm) DO MOVE "%%~fi" cutter\translations
0 commit comments