From c9b9822bdbf9d0ade3c516d4b63a6a2e73245610 Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Mon, 18 May 2020 00:01:00 +0000 Subject: [PATCH] CI: Copy qapng.dll to correct location --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c1da36..ae0f87a 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