update copy command for visual

This commit is contained in:
Yann Collet 2019-07-10 15:46:51 -07:00
parent adf33cfafd
commit cdf90d3613

View File

@ -62,7 +62,8 @@ build_script:
cd cmake_unofficial &&
cmake . -DCMAKE_BUILD_TYPE=Release -A %ARCH% &&
cmake --build . --config Release &&
COPY xxhsum.exe ..
COPY Release\xxhsum.exe .
COPY Release\xxhsum.exe ..
)
#---------------------------------#