2025-05-07 14:54:20 +02:00
{
2025-06-06 23:01:20 +02:00
"name" : "OSUpdate" ,
2025-06-03 17:02:11 +02:00
"publisher" : "MicroPythonOS" ,
2025-05-07 14:54:20 +02:00
"short_description" : "Operating System Updater" ,
2025-06-06 23:01:20 +02:00
"long_description" : "Updates the operating system in a safe way, to a secondary partition. After the update, the device is restarted. If the system starts up successfully, it is marked as valid and kept. Otherwise, a rollback to the old, primary partition is performed." ,
2026-02-10 22:42:10 +01:00
"icon_url" : "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.1.2_64x64.png" ,
"download_url" : "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.1.2.mpk" ,
2025-06-03 17:02:11 +02:00
"fullname" : "com.micropythonos.osupdate" ,
2026-02-10 22:42:10 +01:00
"version" : "0.1.2" ,
2025-06-03 17:02:11 +02:00
"category" : "osupdate" ,
"activities" : [
{
"entrypoint" : "assets/osupdate.py" ,
"classname" : "OSUpdate" ,
"intent_filters" : [
{
"action" : "main" ,
"category" : "launcher"
}
]
}
]
2025-05-07 14:54:20 +02:00
}