aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2020-05-18 00:01:00 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2020-05-18 00:01:00 +0000
commitc9b9822bdbf9d0ade3c516d4b63a6a2e73245610 (patch)
treed5faad4914e62da29a562ae2ff66a5952541dde7
parentdbde914a9bbc42bb5af41ef93f31cbe31a5adb29 (diff)
CI: Copy qapng.dll to correct location
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c1da369..ae0f87a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,8 @@ build windows i686:
- cd qtapng
- curl -L https://github.com/Skycoder42/QtApng/releases/download/1.1.2-2/qtapng_mingw73_32_5.13.0.zip -o apng.zip
- unzip apng.zip
- - cp mingw73_32/plugins/imageformats/qapng.dll ../lib
+ - mkdir ../lib/imageformats
+ - cp mingw73_32/plugins/imageformats/qapng.dll ../lib/imageformats/
- cd ..
# Build