CI: for windows build, also copy LICENSE file to binary dir

This commit is contained in:
Gary Wang 2020-08-04 19:15:10 +08:00
parent 1cb67b48f4
commit 1a511ddb02

View File

@ -59,6 +59,7 @@ build_script:
- mingw32-make install
# fixme: I don't know how to NOT make the binary installed to the ./bin/ folder...
- cd bin
- copy %APPVEYOR_BUILD_FOLDER%\LICENSE .
- copy C:\projects\cmake\bin\libKF5Archive.dll .
- windeployqt --verbose=2 --no-quick-import --no-translations --no-opengl-sw --no-angle --no-system-d3d-compiler --release .\ppic.exe
# for debug..