Fix appstore and icon urls

This commit is contained in:
Thomas Farstrike
2025-06-04 15:48:16 +02:00
parent 4860437e6c
commit d9e6f3fbd8
4 changed files with 9 additions and 9 deletions
@@ -3,8 +3,8 @@
"publisher": "MicroPythonOS",
"short_description": "Camera with QR decoding",
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
"icon_url": "https://apps.micropythonos.com/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.3.mpk",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.3.mpk",
"fullname": "com.micropythonos.camera",
"version": "0.0.3",
"category": "camera",
@@ -3,8 +3,8 @@
"publisher": "MicroPythonOS",
"short_description": "Store for App(lication)s",
"long_description": "",
"icon_url": "https://apps.micropythonos.com/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.3.mpk",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.3.mpk",
"fullname": "com.micropythonos.appstore",
"version": "0.0.3",
"category": "appstore",
@@ -322,7 +322,7 @@ class AppDetail(Activity):
time.sleep(1)
self.progress_bar.add_flag(lv.obj.FLAG.HIDDEN)
self.progress_bar.set_value(0, lv.ANIM.OFF)
set_install_label(app_fullname)
self.set_install_label(app_fullname)
self.install_button.add_flag(lv.obj.FLAG.CLICKABLE)
if self.is_builtin_app(app_fullname):
self.update_button.remove_flag(lv.obj.FLAG.HIDDEN)
@@ -342,7 +342,7 @@ class AppDetail(Activity):
if response.status_code != 200:
print("Download failed: Status code", response.status_code)
response.close()
set_install_label(app_fullname)
self.set_install_label(app_fullname)
self.progress_bar.set_value(40, lv.ANIM.ON)
time.sleep_ms(500)
# Save the .mpk file to a temporary location
@@ -390,7 +390,7 @@ class AppDetail(Activity):
time.sleep(1)
self.progress_bar.add_flag(lv.obj.FLAG.HIDDEN)
self.progress_bar.set_value(0, lv.ANIM.OFF)
set_install_label(app_fullname)
self.set_install_label(app_fullname)
self.install_button.add_flag(lv.obj.FLAG.CLICKABLE)
@staticmethod
@@ -3,8 +3,8 @@
"publisher": "MicroPythonOS",
"short_description": "Simple launcher to start apps.",
"long_description": "",
"icon_url": "https://apps.micropythonos.com/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.3.mpk",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.3.mpk",
"fullname": "com.micropythonos.launcher",
"version": "0.0.3",
"category": "launcher",