diff --git a/internal_filesystem/apps/com.micropythonos.musicplayer/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.musicplayer/META-INF/MANIFEST.JSON index 50559e22..e7bf0e1e 100644 --- a/internal_filesystem/apps/com.micropythonos.musicplayer/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.musicplayer/META-INF/MANIFEST.JSON @@ -3,10 +3,10 @@ "publisher": "MicroPythonOS", "short_description": "Player audio files", "long_description": "Traverse around the filesystem and play audio files that you select.", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.3_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.3.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.4_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.4.mpk", "fullname": "com.micropythonos.musicplayer", -"version": "0.0.3", +"version": "0.0.4", "category": "development", "activities": [ { diff --git a/scripts/install.sh b/scripts/install.sh index 26007255..9946e893 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -29,8 +29,8 @@ if [ ! -z "$appname" ]; then fi fi $mpremote mkdir "/apps" - $mpremote mkdir "/builtin" - $mpremote mkdir "/builtin/apps" + #$mpremote mkdir "/builtin" # dont do this because it breaks the mount! + #$mpremote mkdir "/builtin/apps" $mpremote fs cp -r "$appdir" :/"$target" echo "start_app(\"/$appdir\")" $mpremote