We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71b6b4 commit 40dc28bCopy full SHA for 40dc28b
scripts/bundle_apps.sh
@@ -19,7 +19,8 @@ rm "$outputjson"
19
# 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
-blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts"
+# com.micropythonos.draw isnt very useful
23
+blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw"
24
25
echo "[" | tee -a "$outputjson"
26
0 commit comments