From 40dc28be433c110355c3fce61ffaf895306c35e4 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 15 Nov 2025 09:17:35 +0100 Subject: [PATCH] Blacklist draw app for now --- scripts/bundle_apps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bundle_apps.sh b/scripts/bundle_apps.sh index 742daab0..f02ac318 100755 --- a/scripts/bundle_apps.sh +++ b/scripts/bundle_apps.sh @@ -19,7 +19,8 @@ rm "$outputjson" # com.micropythonos.filemanager doesn't do anything other than let you browse the filesystem, so it's confusing # com.micropythonos.confetti crashes when closing # com.micropythonos.showfonts is slow to open -blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts" +# com.micropythonos.draw isnt very useful +blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw" echo "[" | tee -a "$outputjson"