mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Exclude r2 *.lib files (#1777)
This commit is contained in:
parent
e7ead2e1b6
commit
9e680d772b
@ -37,6 +37,7 @@ ECHO Deploying cutter
|
||||
MKDIR cutter
|
||||
COPY release\cutter.exe cutter\cutter.exe
|
||||
XCOPY /S /I ..\%R2DIST%\radare2 cutter\radare2
|
||||
DEL cutter\radare2\lib\*.lib
|
||||
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