Skip to content

Commit 477b672

Browse files
cz.ucw.pavel.navstar app: fix icon not showing
There was a mismatch between the app's fullname and the app's folder name.
1 parent fe9633b commit 477b672

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal_filesystem/apps/cz.ucw.pavel.navstar/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"publisher": "Pavel Machek",
44
"short_description": "Simple navigation app.",
55
"long_description": "Simple navigation app using data from NAVSTAR GPS and other GNSS systems.",
6-
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.xxx/icons/cz.ucw.pavel.xxx_0.0.1_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.xxx/mpks/cz.ucw.pavel.xxx_0.0.1.mpk",
8-
"fullname": "cz.ucw.pavel.xxx",
6+
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/icons/cz.ucw.pavel.navstar_0.0.1_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/mpks/cz.ucw.pavel.navstar_0.0.1.mpk",
8+
"fullname": "cz.ucw.pavel.navstar",
99
"version": "0.0.1",
1010
"category": "utilities",
1111
"activities": [
-5.81 KB
Loading

0 commit comments

Comments
 (0)