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
@@ -3,8 +3,8 @@
"publisher": "MicroPythonOS",
"short_description": "Legendary 3D shooter",
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card and plays them. Place them in the folder /roms/doom/ . Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom/icons/com.micropythonos.doom_launcher_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom/mpks/com.micropythonos.doom_launcher_0.1.0.mpk",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.1.0.mpk",
"fullname": "com.micropythonos.doom_launcher",
"version": "0.1.0",
"category": "games",
+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)"