Skip to content

Commit e5d7a11

Browse files
ignore apps
1 parent 09a81c2 commit e5d7a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bundle_apps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ rm "$outputjson"
2121
# com.micropythonos.showfonts is slow to open
2222
# com.micropythonos.draw isnt very useful
2323
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
24-
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest"
24+
# com.micropythonos.showbattery is just a test
25+
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest com.micropythonos.showbattery"
2526

2627
echo "[" | tee -a "$outputjson"
2728

0 commit comments

Comments
 (0)