We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391bba2 commit 8fa4aedCopy full SHA for 8fa4aed
windows/deploy.sh
@@ -56,7 +56,7 @@ cp -rnv /mingw64/lib/gettext/ ${deploy_dir}/lib/
56
# We need this to properly display icons
57
cp -rnv /mingw64/include/librsvg-2.0 ${deploy_dir}/include/
58
cp -rnv /mingw64/lib/gdk-pixbuf-2.0/ ${deploy_dir}/lib/
59
-export GDK_PIXBUF_MODULEDIR=lib\gdk-pixbuf-2.0\2.10.0\loaders
+export GDK_PIXBUF_MODULEDIR=lib/gdk-pixbuf-2.0/2.10.0/loaders
60
gdk-pixbuf-query-loaders > ${deploy_dir}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
61
62
0 commit comments