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