From 518fd1c2603deb85bdf3cd1efe475302f0c2f698 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 13 Jun 2025 21:54:17 +0200 Subject: [PATCH] Fix helloworld and imageview --- .../apps/com.micropythonos.helloworld/META-INF/MANIFEST.JSON | 1 - .../apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON | 1 - 2 files changed, 2 deletions(-) diff --git a/internal_filesystem/apps/com.micropythonos.helloworld/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.helloworld/META-INF/MANIFEST.JSON index 400f37b2..96d8eee3 100644 --- a/internal_filesystem/apps/com.micropythonos.helloworld/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.helloworld/META-INF/MANIFEST.JSON @@ -7,7 +7,6 @@ "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.2.mpk", "fullname": "com.micropythonos.helloworld", "version": "0.0.2", -"entrypoint": "assets/hello.py", "category": "development", "activities": [ { diff --git a/internal_filesystem/apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON index 61f5874c..ed3389c5 100644 --- a/internal_filesystem/apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON @@ -7,7 +7,6 @@ "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.1.mpk", "fullname": "com.micropythonos.imageview", "version": "0.0.1", -"entrypoint": "assets/imageview.py", "category": "graphics", "activities": [ {