CI: for windows build, also copy LICENSE file to binary dir
This commit is contained in:
parent
1cb67b48f4
commit
1a511ddb02
|
@ -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..
|
||||
|
|
Loading…
Reference in New Issue
Block a user