Fix typos

This commit is contained in:
Thomas Farstrike
2026-03-06 19:23:48 +01:00
parent b3f4914c48
commit 6c654603ab
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ else
sed -i '' -e 's/"auto_start_app": ".*"/"auto_start_app": "'$script'"/' "$CONFIG_FILE"
else
# If config.json doesn't exist, create it with auto_start_app
mkdir -p data/com.micropythonos.settings
echo '{"auto_start_app": "'$script'"}' > "$CONFIG_FILE"
fi
"$binary" -X heapsize=$HEAPSIZE -v -i -c "$(cat main.py)"