mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 21:12:39 +00:00
fix: remove deprecated to-pixdata gresource preprocessor
It was deprecated in gdk-pixbuf 2.32. Link: https://docs.gtk.org/gio/struct.Resource.html
This commit is contained in:
@@ -93,7 +93,7 @@ fn writeGResourceXML(libadwaita: bool, writer: anytype) !void {
|
||||
);
|
||||
for (icons) |icon| {
|
||||
try writer.print(
|
||||
" <file preprocess=\"to-pixdata\" alias=\"{s}/apps/com.mitchellh.ghostty.png\">images/icons/icon_{s}.png</file>\n",
|
||||
" <file alias=\"{s}/apps/com.mitchellh.ghostty.png\">images/icons/icon_{s}.png</file>\n",
|
||||
.{ icon.alias, icon.source },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user