Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-26 12:07:28 +11:00 committed by GitHub
parent f1e8519bb8
commit fa075eab1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ build_script:
- nmake
after_build:
- windeployqt bin/Labrador.exe
- del bin/vcredist*.exe
- deb bin/*.pdb
- windeployqt bin\Labrador.exe
- del bin\vcredist*.exe
- deb bin\*.pdb
- cd C:\dev
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
- xcopy /i /s /y c:\dev\labrador\Desktop_Interface\bin %OUTPUT_BIN_DIR%