Update appveyor.yml

This commit is contained in:
Valentin Vanelslande 2017-10-23 17:50:34 -05:00 committed by GitHub
parent 2f0e4601a8
commit 262e24295f

View File

@ -85,7 +85,6 @@ after_build:
rm .\msvc_build\bin\release\*.pdb
mkdir $RELEASE_DIST
Copy-Item .\dlls\SDL2.dll -force -Destination $RELEASE_DIST
Copy-Item .\msvc_build\bin\release\* -Destination $RELEASE_DIST -Recurse
Copy-Item .\license.txt -Destination $RELEASE_DIST
Copy-Item .\README.md -Destination $RELEASE_DIST