gtk: Install 1024x1024 icon

This commit is contained in:
Arvin Verain
2024-12-29 14:31:35 +08:00
parent d2d6f8b9f4
commit cfeed2b7a2
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ const icons = [_]struct {
.alias = "512x512",
.source = "512",
},
.{
.alias = "1024x1024",
.source = "1024",
},
};
pub const gresource_xml = comptimeGenerateGResourceXML();