Skip to content

Commit 9e680d7

Browse files
pelijahITAYC0HEN
authored andcommitted
Exclude r2 *.lib files (rizinorg#1777)
1 parent e7ead2e commit 9e680d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.bat

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ECHO Deploying cutter
3737
MKDIR cutter
3838
COPY release\cutter.exe cutter\cutter.exe
3939
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
40+
DEL cutter\radare2\lib\*.lib
4041
COPY ..\%R2DIST%\bin\*.dll cutter\
4142
windeployqt cutter\cutter.exe
4243
FOR %%i in (..\src\translations\*.qm) DO MOVE "%%~fi" cutter\translations

0 commit comments

Comments
 (0)