install-dlls-msys2-mingw.sh: also copy new external gdk-pixbuf stuff

fixes #17
This commit is contained in:
Garux 2018-12-21 11:05:30 +03:00
parent 0a91aaef32
commit 07e2a65a93

View File

@ -74,6 +74,8 @@ for EXTRAPATH in \
'./lib/gtk-2.0/modules/*.dll' \
'./share/themes' \
'./etc/fonts/fonts.conf' \
'./lib/gdk-pixbuf-2.0/2.10.0/loaders/*.dll' \
'./lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' \
; do
cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR"
done