You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Update CHANGELOG.md
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 :/
|
||||
|
||||
Reference in New Issue
Block a user