From 4eb9dd68866b907eeb351f9b1bc5abec73aa3877 Mon Sep 17 00:00:00 2001 From: iFuSiiOnzZ Date: Fri, 24 Aug 2018 17:25:59 +0200 Subject: [PATCH] Copy python examples to the root of the folder --- Util/BuildTools/Package.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Util/BuildTools/Package.bat b/Util/BuildTools/Package.bat index b85a566f3..d73337175 100644 --- a/Util/BuildTools/Package.bat +++ b/Util/BuildTools/Package.bat @@ -140,9 +140,9 @@ if %DO_COPY_FILES%==true ( echo f | xcopy /y "!XCOPY_FROM!Docs\release_readme.md" "!XCOPY_TO!README" echo f | xcopy /y "!XCOPY_FROM!Util\Docker\Release.Dockerfile" "!XCOPY_TO!Dockerfile" echo f | xcopy /y "!XCOPY_FROM!PythonAPI\dist\*.egg" "!XCOPY_TO!PythonAPI\" - echo f | xcopy /y "!XCOPY_FROM!PythonAPI\example.py" "!XCOPY_TO!PythonAPI\example.py" - echo f | xcopy /y "!XCOPY_FROM!PythonAPI\manual_control.py" "!XCOPY_TO!PythonAPI\manual_control.py" - echo f | xcopy /y "!XCOPY_FROM!PythonAPI\vehicle_gallery.py" "!XCOPY_TO!PythonAPI\vehicle_gallery.py" + echo f | xcopy /y "!XCOPY_FROM!PythonAPI\example.py" "!XCOPY_TO!example.py" + echo f | xcopy /y "!XCOPY_FROM!PythonAPI\manual_control.py" "!XCOPY_TO!manual_control.py" + echo f | xcopy /y "!XCOPY_FROM!PythonAPI\vehicle_gallery.py" "!XCOPY_TO!vehicle_gallery.py" ) rem ==============================================================================