Skip to content

Commit

Permalink
Fix Windows packaging (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Nov 27, 2024
1 parent 9cc4bf0 commit 798f43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/windows/wix/space-acres.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<Directory Id='gdk_pixbuf_2.10.0' Name='2.10.0'>
<Directory Id='loaders' Name='loaders'>
<Component Id='gdk_pixbuf_loaders' Guid='9784a105-19c9-407c-ab12-28ff80683c51'>
<File Id='libpixbufloader_svg.dll' Name='libpixbufloader_svg.dll' DiskId='1' Source='$(var.CargoTargetDir)\wix\gtk4\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader_svg.dll' />
<File Id='pixbufloader_svg.dll' Name='pixbufloader_svg.dll' DiskId='1' Source='$(var.CargoTargetDir)\wix\gtk4\lib\gdk-pixbuf-2.0\2.10.0\loaders\pixbufloader_svg.dll' />
</Component>
</Directory>

Expand Down

0 comments on commit 798f43c

Please sign in to comment.