From e5d7a11444b75eabce781c5f2ae7682cbe5a4a3d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 24 Nov 2025 11:29:46 +0100 Subject: [PATCH] ignore apps --- 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 d22724dd..e939ebc3 100755 --- a/scripts/bundle_apps.sh +++ b/scripts/bundle_apps.sh @@ -21,7 +21,8 @@ rm "$outputjson" # com.micropythonos.showfonts is slow to open # com.micropythonos.draw isnt very useful # com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py) -blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest" +# com.micropythonos.showbattery is just a test +blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest com.micropythonos.showbattery" echo "[" | tee -a "$outputjson"