Skip to content

Commit c8ffb9d

Browse files
Exclude cz.ucw.pavel.calendar from bundling
1 parent ac46bdc commit c8ffb9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/bundle_apps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ rm "$outputjson"
2020
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
2121
# com.micropythonos.doom_launcher isn't ready because the firmware doesn't have doom built-in yet
2222
# 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"
23+
# 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"
2425

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

0 commit comments

Comments
 (0)