[ci] Fix appveyor.yml syntax error
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 26 Oct 2016 08:33:33 +0000 (10:33 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 26 Oct 2016 08:33:33 +0000 (10:33 +0200)
appveyor.yml

index 0653000..ddcc9a4 100644 (file)
@@ -36,7 +36,7 @@ install:
   - 'if "%compiler%"=="msvc" cd vcpkg'
   - 'if "%compiler%"=="msvc" powershell -exec bypass scripts\bootstrap.ps1'
   - 'if "%compiler%"=="msvc" vcpkg install freetype:%VCPKG_ARCH%'
-  - 'if "%compiler%"=="msvc" copy installed\%VCPKG_ARCH%\debug\lib\freetyped.lib installed\%VCPKG_ARCH%\lib"
+  - 'if "%compiler%"=="msvc" copy installed\%VCPKG_ARCH%\debug\lib\freetyped.lib installed\%VCPKG_ARCH%\lib'
   - 'if "%compiler%"=="msvc" cd ..'
 
 build_script: