mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #1626 from tristan957/libadwaita
fix: remove deprecated to-pixdata gresource preprocessor
This commit is contained in:
@ -93,7 +93,7 @@ fn writeGResourceXML(libadwaita: bool, writer: anytype) !void {
|
|||||||
);
|
);
|
||||||
for (icons) |icon| {
|
for (icons) |icon| {
|
||||||
try writer.print(
|
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 },
|
.{ icon.alias, icon.source },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user