Skip to content

Commit 95ef2ed

Browse files
exclude some apps
1 parent 7d46662 commit 95ef2ed

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.nostr isn't ready for release yet
2222
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.nostr"
23-
blacklist="$blacklist com.micropythonos.doom_launcher com.micropythonos.doom com.micropythonos.breakout" # not ready yet
23+
blacklist="$blacklist com.micropythonos.doom_launcher com.micropythonos.duke_launcher com.micropythonos.nes_launcher com.micropythonos.gameboy_launcher" # not ready yet
24+
blacklist="$blacklist com.micropythonos.doom com.micropythonos.breakout" # not ready yet
2425
blacklist="$blacklist cz.ucw.pavel.calendar cz.ucw.pavel.cellular cz.ucw.pavel.compass cz.ucw.pavel.weather" # not ready yet
2526

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

0 commit comments

Comments
 (0)