diff --git a/internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py b/internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py index 4261f8e5..637f2390 100644 --- a/internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py +++ b/internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py @@ -85,7 +85,7 @@ for app_dir_fullpath in app_dirs: image.set_src(load_icon(icon_path)) except Exception as e: print(f"Error loading icon {icon_path}: {e} - loading default icon") - icon_path = "/builtin/resources/default_icon_64x64.bin" + icon_path = "/builtin/res/mipmap-mdpi/default_icon_64x64.bin" try: image.set_src(load_icon(icon_path)) except Exception as e: diff --git a/internal_filesystem/builtin/res/mipmap_mdpi/default_icon_64x64.bin b/internal_filesystem/builtin/res/mipmap_mdpi/default_icon_64x64.bin new file mode 100644 index 00000000..3ea6ad43 Binary files /dev/null and b/internal_filesystem/builtin/res/mipmap_mdpi/default_icon_64x64.bin differ