diff --git a/internal_filesystem/apps/com.micropythonos.doom_launcher/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.doom_launcher/META-INF/MANIFEST.JSON index e4211a74..521d23fa 100644 --- a/internal_filesystem/apps/com.micropythonos.doom_launcher/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.doom_launcher/META-INF/MANIFEST.JSON @@ -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", diff --git a/scripts/run_desktop.sh b/scripts/run_desktop.sh index bc756762..76b42c1c 100755 --- a/scripts/run_desktop.sh +++ b/scripts/run_desktop.sh @@ -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)"