install-dlls-msys2-mingw.sh: also copy new external gdk-pixbuf stuff
fixes #17
This commit is contained in:
parent
0a91aaef32
commit
07e2a65a93
|
|
@ -74,6 +74,8 @@ for EXTRAPATH in \
|
||||||
'./lib/gtk-2.0/modules/*.dll' \
|
'./lib/gtk-2.0/modules/*.dll' \
|
||||||
'./share/themes' \
|
'./share/themes' \
|
||||||
'./etc/fonts/fonts.conf' \
|
'./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
|
; do
|
||||||
cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR"
|
cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user