You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix memtest MANIFEST.JSON
This commit is contained in:
@@ -15,7 +15,7 @@ sleep 2
|
||||
|
||||
pushd ~/sources/lvgl_micropython
|
||||
|
||||
manifest="FROZEN_MANIFEST=~/sources/PiggyOS/manifest.py"
|
||||
manifest="FROZEN_MANIFEST=/home/user/sources/PiggyOS/manifest.py"
|
||||
if [ "$devbuild" == "devbuild" ]; then
|
||||
manifest=""
|
||||
fi
|
||||
|
||||
@@ -6,6 +6,7 @@ outputjson=$(readlink -f "$outputjson")
|
||||
mkdir -p "$output"
|
||||
|
||||
rm "$output"/*.mpk
|
||||
rm "$output"/*.png
|
||||
rm "$outputjson"
|
||||
|
||||
echo "[" | tee -a "$outputjson"
|
||||
|
||||
Reference in New Issue
Block a user