Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Windows: added svg loader
Browse files Browse the repository at this point in the history
  • Loading branch information
njust committed Feb 5, 2022
1 parent c123e62 commit 6db57d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createWindowsBundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ foreach($lib in $libs)

mkdir bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders
copy $root\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.dll .\bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders
copy $root\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll .\bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders
copy $root\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache .\bundle\lib\gdk-pixbuf-2.0\2.10.0

mkdir bundle\share\glib-2.0\schemas
Expand Down

0 comments on commit 6db57d4

Please sign in to comment.