Add app icon and app glances support (to balance out icon lol)

This commit is contained in:
2026-05-09 22:28:52 -04:00
parent af57dfae1f
commit aae840a732
4 changed files with 23 additions and 11 deletions

View File

@@ -32,6 +32,14 @@
"projectType": "native",
"resources": {
"media": [
{
"file": "logo_25.png",
"memoryFormat": "Smallest",
"name": "LOGO_25",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
},
{
"type": "raw",
"name": "SLEEP_ICON",
@@ -40,15 +48,7 @@
{
"type": "raw",
"name": "PIN_ICON",
"file": "pin.pdc",
"targetPlatforms": [
"basalt",
"diorite",
"chalk",
"flint",
"emery",
"gabbro"
]
"file": "pin.pdc"
}
]
},