Commit e02d5ba0 authored by Davis King's avatar Davis King

Made makerel copy the compiled windows python modules into the release folder.

parent 802e5205
...@@ -53,6 +53,7 @@ cp -r ../../docs/cache/dlib . || report_failure ...@@ -53,6 +53,7 @@ cp -r ../../docs/cache/dlib . || report_failure
cp -r ../../docs/cache/examples . || report_failure cp -r ../../docs/cache/examples . || report_failure
cp -r ../../docs/cache/python_examples . || report_failure cp -r ../../docs/cache/python_examples . || report_failure
cp -r ../../docs/cache/tools . || report_failure cp -r ../../docs/cache/tools . || report_failure
scp davis@home.dlib.net:dlib_win_python/* python_examples || report_failure
echo Version: $RELEASE >> dlib/README.txt echo Version: $RELEASE >> dlib/README.txt
echo "Date: `date`" >> dlib/README.txt echo "Date: `date`" >> dlib/README.txt
......
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