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