Skip to content

Commit d94f5c0

Browse files
Update bundle_apps.sh
1 parent 92e2c01 commit d94f5c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/bundle_apps.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ rm "$outputjson"
1717
# These apps are for testing, or aren't ready yet:
1818
# com.quasikili.quasidoodle doesn't work on touch screen devices
1919
# com.micropythonos.filemanager doesn't do anything other than let you browse the filesystem, so it's confusing
20-
# com.micropythonos.confetti crashes when closing
21-
# com.micropythonos.showfonts is slow to open
22-
# com.micropythonos.draw isnt very useful
2320
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
2421
# com.micropythonos.showbattery is just a test
25-
# com.micropythonos.doom isn't ready because the firmware doesn't have doom built-in yet
26-
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest com.micropythonos.showbattery com.micropythonos.doom"
22+
# com.micropythonos.doom_launcher isn't ready because the firmware doesn't have doom built-in yet
23+
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.showbattery com.micropythonos.doom_launcher"
2724

2825
echo "[" | tee -a "$outputjson"
2926

0 commit comments

Comments
 (0)