Skip to content

Commit 8b5e560

Browse files
Increment version
1 parent 023a316 commit 8b5e560

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal_filesystem/apps/com.micropythonos.musicplayer/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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
{

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)