File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
internal_filesystem/apps/com.micropythonos.musicplayer/META-INF Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33"publisher" : " MicroPythonOS" ,
44"short_description" : " Player audio files" ,
55"long_description" : " Traverse around the filesystem and play audio files that you select." ,
6- "icon_url" : " https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.3_64x64 .png" ,
7- "download_url" : " https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.3 .mpk" ,
6+ "icon_url" : " https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.4_64x64 .png" ,
7+ "download_url" : " https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.4 .mpk" ,
88"fullname" : " com.micropythonos.musicplayer" ,
9- "version" : " 0.0.3 " ,
9+ "version" : " 0.0.4 " ,
1010"category" : " development" ,
1111"activities" : [
1212 {
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ if [ ! -z "$appname" ]; then
2929 fi
3030 fi
3131 $mpremote mkdir " /apps"
32- $mpremote mkdir " /builtin"
33- $mpremote mkdir " /builtin/apps"
32+ # $mpremote mkdir "/builtin" # dont do this because it breaks the mount!
33+ # $mpremote mkdir "/builtin/apps"
3434 $mpremote fs cp -r " $appdir " :/" $target "
3535 echo " start_app(\" /$appdir \" )"
3636 $mpremote
You can’t perform that action at this time.
0 commit comments