cz.ucw.pavel.navstar app: fix icon not showing

There was a mismatch between the app's fullname and the app's folder name.
This commit is contained in:
Thomas Farstrike
2026-03-24 13:37:27 +01:00
parent fe9633b661
commit 477b6726b8
2 changed files with 3 additions and 3 deletions
@@ -3,9 +3,9 @@
"publisher": "Pavel Machek",
"short_description": "Simple navigation app.",
"long_description": "Simple navigation app using data from NAVSTAR GPS and other GNSS systems.",
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.xxx/icons/cz.ucw.pavel.xxx_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.xxx/mpks/cz.ucw.pavel.xxx_0.0.1.mpk",
"fullname": "cz.ucw.pavel.xxx",
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/icons/cz.ucw.pavel.navstar_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/mpks/cz.ucw.pavel.navstar_0.0.1.mpk",
"fullname": "cz.ucw.pavel.navstar",
"version": "0.0.1",
"category": "utilities",
"activities": [
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 806 B