Update changelog and scripts

This commit is contained in:
Thomas Farstrike
2025-11-12 15:54:53 +01:00
parent d0e54693a0
commit 60e7c3c84b
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -56,15 +56,16 @@ $mpremote fs cp main.py :/main.py
#$mpremote fs cp autorun.py :/autorun.py
#$mpremote fs cp -r system :/
$mpremote fs cp -r apps :/
# The issue is that this brings all the .git folders with it:
#$mpremote fs cp -r apps :/
if false; then
#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
#fi
$mpremote fs cp -r builtin :/
$mpremote fs cp -r lib :/