Skip to content

Commit

Permalink
insert facepalm here
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 24, 2018
1 parent 29647ae commit dae443a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build_script:
- del /S *.cpp
- del /S *.h
- 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 %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy C:\Qt\5.9.3\mingw53_32\bin\libwinpthread-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy C:\Qt\5.9.3\mingw53_32\bin\libgcc_s_dw2-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy C:\Qt\5.9.3\mingw53_32\bin\libstdc++-6.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
- xcopy %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d
artifacts:
- path: CorgiDS\release
Expand Down

0 comments on commit dae443a

Please sign in to comment.