Update CHANGELOG.md

This commit is contained in:
Thomas Farstrike
2025-11-07 14:33:58 +01:00
parent a7863507b1
commit 6c8fe8e61d
4 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ 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
#for apprepo in internal_filesystem/apps internal_filesystem/builtin/apps; do
for apprepo in internal_filesystem/apps
echo "Listing apps in $apprepo"
ls -1 "$apprepo" | while read appdir; do
if echo "$blacklist" | grep "$appdir"; then
+9
View File
@@ -57,6 +57,15 @@ $mpremote fs cp main.py :/main.py
#$mpremote fs cp -r system :/
$mpremote fs cp -r apps :/
if false; then
$mpremote fs cp -r apps/com.micropythonos.* :/apps/
find apps/ -type l | while read symlink; do
echo "Handling symlink $symlink"
$mpremote fs mkdir :/{}
done
fi
$mpremote fs cp -r builtin :/
$mpremote fs cp -r lib :/
$mpremote fs cp -r resources :/