Increment version

This commit is contained in:
Thomas Farstrike
2025-11-23 22:57:49 +01:00
parent 023a316efb
commit 8b5e560384
2 changed files with 5 additions and 5 deletions
@@ -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
View File
@@ -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