mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03:00

Fixes #1163 I also fixed the AppIconImage from being 1024x1024 to much smaller so we don't see as many artifacts in the downsize.
24 lines
400 B
JSON
24 lines
400 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "icon_128x128.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"filename" : "icon_128x128@2x@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"filename" : "icon_256x256@2x@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|