REM Create an archive from the built binaries and required libraries (DLLs).REM For users' convenience, we also include the libusb "listdevs.exe" and ourREM markdown documentation/license.REM AppVeyor will run this as "after_build" step.mkdirdistsetFILES=*.exe *.mdsetFILES=%FILES% .\libusb\MinGW32\dll\*.dllsetFILES=%FILES% .\libusb\examples\bin32\listdevs.exe7zadist\sunxi-tools-win32.7z %FILES%