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
+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