From 3db3748c4e18b038be3635f3f2d05a2a3dad841d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 16 May 2025 14:29:08 +0200 Subject: [PATCH] helloworld: fix manifest typo --- .../apps/com.example.helloworld/META-INF/MANIFEST.JSON | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.example.helloworld/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.example.helloworld/META-INF/MANIFEST.JSON index 7838d78e..870b0f75 100644 --- a/internal_filesystem/apps/com.example.helloworld/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.example.helloworld/META-INF/MANIFEST.JSON @@ -5,7 +5,7 @@ "long_description": "Demonstrates the simplest app.", "icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk_icon_64x64.png", "download_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk", -"fullname": "com.example.memtest", +"fullname": "com.example.helloworld", "version": "0.0.1", "entrypoint": "assets/hello.py", "category": "development"