We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac46bdc commit c8ffb9dCopy full SHA for c8ffb9d
1 file changed
scripts/bundle_apps.sh
@@ -20,7 +20,8 @@ rm "$outputjson"
20
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
21
# com.micropythonos.doom_launcher isn't ready because the firmware doesn't have doom built-in yet
22
# com.micropythonos.nostr isn't ready for release yet
23
-blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.doom_launcher com.micropythonos.nostr"
+# cz.ucw.pavel.calendar isn't ready for release yet
24
+blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.doom_launcher com.micropythonos.nostr cz.ucw.pavel.calendar"
25
26
echo "[" | tee -a "$outputjson"
27
0 commit comments