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