Skip to content

Commit e4372a9

Browse files
Launcher icons work!
1 parent 5d35500 commit e4372a9

File tree

5 files changed

+0
-2
lines changed

5 files changed

+0
-2
lines changed

internal_filesystem/builtin/apps/com.example.appstore/res/mipmap_mdpi/icon_64x64.bin renamed to internal_filesystem/builtin/apps/com.example.appstore/res/mipmap-mdpi/icon_64x64.bin

File renamed without changes.

internal_filesystem/builtin/apps/com.example.osupdate/res/mipmap_mdpi/icon_64x64.bin renamed to internal_filesystem/builtin/apps/com.example.osupdate/res/mipmap-mdpi/icon_64x64.bin

File renamed without changes.

internal_filesystem/builtin/apps/com.example.wificonf/res/mipmap_mdpi/icon_64x64.bin renamed to internal_filesystem/builtin/apps/com.example.wificonf/res/mipmap-mdpi/icon_64x64.bin

File renamed without changes.

internal_filesystem/builtin/res/mipmap_mdpi/default_icon_64x64.bin renamed to internal_filesystem/builtin/res/mipmap-mdpi/default_icon_64x64.bin

File renamed without changes.

manifest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
freeze('internal_filesystem/', 'boot.py') # Hardware initialization
22
freeze('internal_filesystem/', 'main.py') # User Interface initialization
3-
#freeze('', 'boot.py') # Hardware initialization
4-
#freeze('', 'main.py') # User Interface initialization
53
freeze('internal_filesystem/lib', '') # Additional libraries
64
freeze('/home/user/sources/freezeFS/', 'freezefs_mount.py') # Built-in apps

0 commit comments

Comments
 (0)