From 6173386b4a5474dfd21dd58b946bb8473e13429a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 29 Apr 2025 13:55:46 +0200 Subject: [PATCH] Remove underscores from builtin apps There aren't supported by the "freeze.c" build system. --- .../com_example_appstore}/META-INF/MANIFEST.MF | 0 .../com_example_appstore}/assets/appstore.py | 0 .../res/mipmap-mdpi/icon_64x64.bin | Bin .../com_example_launcher}/META-INF/MANIFEST.MF | 0 .../com_example_launcher}/assets/launcher.py | 0 .../com_example_osupdate}/META-INF/MANIFEST.MF | 0 .../com_example_osupdate}/assets/osupdate.py | 0 .../res/mipmap-mdpi/icon_64x64.bin | Bin .../com_example_wificonf}/META-INF/MANIFEST.MF | 0 .../com_example_wificonf}/assets/wificonf.py | 0 .../res/mipmap-mdpi/icon_64x64.bin | Bin 11 files changed, 0 insertions(+), 0 deletions(-) rename internal_filesystem/{apps/com.example.appstore => apps_builtin/com_example_appstore}/META-INF/MANIFEST.MF (100%) rename internal_filesystem/{apps/com.example.appstore => apps_builtin/com_example_appstore}/assets/appstore.py (100%) rename internal_filesystem/{apps/com.example.appstore => apps_builtin/com_example_appstore}/res/mipmap-mdpi/icon_64x64.bin (100%) rename internal_filesystem/{apps/com.example.launcher => apps_builtin/com_example_launcher}/META-INF/MANIFEST.MF (100%) rename internal_filesystem/{apps/com.example.launcher => apps_builtin/com_example_launcher}/assets/launcher.py (100%) rename internal_filesystem/{apps/com.example.osupdate => apps_builtin/com_example_osupdate}/META-INF/MANIFEST.MF (100%) rename internal_filesystem/{apps/com.example.osupdate => apps_builtin/com_example_osupdate}/assets/osupdate.py (100%) rename internal_filesystem/{apps/com.example.osupdate => apps_builtin/com_example_osupdate}/res/mipmap-mdpi/icon_64x64.bin (100%) rename internal_filesystem/{apps/com.example.wificonf => apps_builtin/com_example_wificonf}/META-INF/MANIFEST.MF (100%) rename internal_filesystem/{apps/com.example.wificonf => apps_builtin/com_example_wificonf}/assets/wificonf.py (100%) rename internal_filesystem/{apps/com.example.wificonf => apps_builtin/com_example_wificonf}/res/mipmap-mdpi/icon_64x64.bin (100%) diff --git a/internal_filesystem/apps/com.example.appstore/META-INF/MANIFEST.MF b/internal_filesystem/apps_builtin/com_example_appstore/META-INF/MANIFEST.MF similarity index 100% rename from internal_filesystem/apps/com.example.appstore/META-INF/MANIFEST.MF rename to internal_filesystem/apps_builtin/com_example_appstore/META-INF/MANIFEST.MF diff --git a/internal_filesystem/apps/com.example.appstore/assets/appstore.py b/internal_filesystem/apps_builtin/com_example_appstore/assets/appstore.py similarity index 100% rename from internal_filesystem/apps/com.example.appstore/assets/appstore.py rename to internal_filesystem/apps_builtin/com_example_appstore/assets/appstore.py diff --git a/internal_filesystem/apps/com.example.appstore/res/mipmap-mdpi/icon_64x64.bin b/internal_filesystem/apps_builtin/com_example_appstore/res/mipmap-mdpi/icon_64x64.bin similarity index 100% rename from internal_filesystem/apps/com.example.appstore/res/mipmap-mdpi/icon_64x64.bin rename to internal_filesystem/apps_builtin/com_example_appstore/res/mipmap-mdpi/icon_64x64.bin diff --git a/internal_filesystem/apps/com.example.launcher/META-INF/MANIFEST.MF b/internal_filesystem/apps_builtin/com_example_launcher/META-INF/MANIFEST.MF similarity index 100% rename from internal_filesystem/apps/com.example.launcher/META-INF/MANIFEST.MF rename to internal_filesystem/apps_builtin/com_example_launcher/META-INF/MANIFEST.MF diff --git a/internal_filesystem/apps/com.example.launcher/assets/launcher.py b/internal_filesystem/apps_builtin/com_example_launcher/assets/launcher.py similarity index 100% rename from internal_filesystem/apps/com.example.launcher/assets/launcher.py rename to internal_filesystem/apps_builtin/com_example_launcher/assets/launcher.py diff --git a/internal_filesystem/apps/com.example.osupdate/META-INF/MANIFEST.MF b/internal_filesystem/apps_builtin/com_example_osupdate/META-INF/MANIFEST.MF similarity index 100% rename from internal_filesystem/apps/com.example.osupdate/META-INF/MANIFEST.MF rename to internal_filesystem/apps_builtin/com_example_osupdate/META-INF/MANIFEST.MF diff --git a/internal_filesystem/apps/com.example.osupdate/assets/osupdate.py b/internal_filesystem/apps_builtin/com_example_osupdate/assets/osupdate.py similarity index 100% rename from internal_filesystem/apps/com.example.osupdate/assets/osupdate.py rename to internal_filesystem/apps_builtin/com_example_osupdate/assets/osupdate.py diff --git a/internal_filesystem/apps/com.example.osupdate/res/mipmap-mdpi/icon_64x64.bin b/internal_filesystem/apps_builtin/com_example_osupdate/res/mipmap-mdpi/icon_64x64.bin similarity index 100% rename from internal_filesystem/apps/com.example.osupdate/res/mipmap-mdpi/icon_64x64.bin rename to internal_filesystem/apps_builtin/com_example_osupdate/res/mipmap-mdpi/icon_64x64.bin diff --git a/internal_filesystem/apps/com.example.wificonf/META-INF/MANIFEST.MF b/internal_filesystem/apps_builtin/com_example_wificonf/META-INF/MANIFEST.MF similarity index 100% rename from internal_filesystem/apps/com.example.wificonf/META-INF/MANIFEST.MF rename to internal_filesystem/apps_builtin/com_example_wificonf/META-INF/MANIFEST.MF diff --git a/internal_filesystem/apps/com.example.wificonf/assets/wificonf.py b/internal_filesystem/apps_builtin/com_example_wificonf/assets/wificonf.py similarity index 100% rename from internal_filesystem/apps/com.example.wificonf/assets/wificonf.py rename to internal_filesystem/apps_builtin/com_example_wificonf/assets/wificonf.py diff --git a/internal_filesystem/apps/com.example.wificonf/res/mipmap-mdpi/icon_64x64.bin b/internal_filesystem/apps_builtin/com_example_wificonf/res/mipmap-mdpi/icon_64x64.bin similarity index 100% rename from internal_filesystem/apps/com.example.wificonf/res/mipmap-mdpi/icon_64x64.bin rename to internal_filesystem/apps_builtin/com_example_wificonf/res/mipmap-mdpi/icon_64x64.bin