Commit 51caa4ec authored by Alexey.Golubev's avatar Alexey.Golubev

fixed copy error

parent a2fdf793
......@@ -27,6 +27,6 @@ if exist "cef_binary" (
) else (
call %UNSIP_PROGRAMM% x "cef_binary.7z"
mkdir build
copy cef_binary\Release\* build\
copy cef_binary\Resources\* build\
xcopy /Y /S cef_binary\Release\* build\
xcopy /Y /S cef_binary\Resources\* build\
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment