You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix appstore, icons etc
This commit is contained in:
@@ -16,6 +16,8 @@ rm "$outputjson"
|
||||
|
||||
echo "[" | tee -a "$outputjson"
|
||||
|
||||
# currently, this script doesn't purge unnecessary information from the manifests, such as activities
|
||||
|
||||
for apprepo in internal_filesystem/apps internal_filesystem/builtin/apps; do
|
||||
echo "Listing apps in $apprepo"
|
||||
ls -1 "$apprepo" | while read appdir; do
|
||||
|
||||
Reference in New Issue
Block a user