Skip to content

Commit 40dc28b

Browse files
Blacklist draw app for now
1 parent b71b6b4 commit 40dc28b

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
@@ -19,7 +19,8 @@ rm "$outputjson"
1919
# com.micropythonos.filemanager doesn't do anything other than let you browse the filesystem, so it's confusing
2020
# com.micropythonos.confetti crashes when closing
2121
# com.micropythonos.showfonts is slow to open
22-
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts"
22+
# com.micropythonos.draw isnt very useful
23+
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw"
2324

2425
echo "[" | tee -a "$outputjson"
2526

0 commit comments

Comments
 (0)