Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 27, 2017
1 parent aaadb63 commit 22c3f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- del /S *.o
- del /S *.cpp
- del /S *.h
- C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe CorgiDS\release
- C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release'
- xcopy C:\Qt\5.9.2\mingw53_32\bin\libwinpthread-1.dll C:\projects\corgiDS\CorgiDS\release /d
- xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll C:\projects\corgiDS\CorgiDS\release /d
- xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release' /d
Expand Down

0 comments on commit 22c3f0b

Please sign in to comment.