mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-04 02:44:50 +00:00
gtk: Install 1024x1024 icon
This commit is contained in:
@@ -47,6 +47,10 @@ const icons = [_]struct {
|
||||
.alias = "512x512",
|
||||
.source = "512",
|
||||
},
|
||||
.{
|
||||
.alias = "1024x1024",
|
||||
.source = "1024",
|
||||
},
|
||||
};
|
||||
|
||||
pub const gresource_xml = comptimeGenerateGResourceXML();
|
||||
|
||||
Reference in New Issue
Block a user