Skip to content

Commit bdecc1b

Browse files
File Manager is usable
1 parent d866d2f commit bdecc1b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/bundle_apps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ rm -f "$outputjson"
1717

1818
# These apps are for testing, or aren't ready yet:
1919
# com.quasikili.quasidoodle doesn't work on touch screen devices AND has the wrong download URL
20-
# com.micropythonos.file_manager doesn't do anything other than let you browse the filesystem, so it's confusing
2120
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
2221
# com.micropythonos.nostr isn't ready for release yet
23-
blacklist="com.micropythonos.file_manager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.nostr"
22+
blacklist="com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.nostr"
2423
blacklist="$blacklist com.micropythonos.doom_launcher com.micropythonos.duke_launcher com.micropythonos.retrocore_launcher" # not ready yet
2524
blacklist="$blacklist com.micropythonos.doom com.micropythonos.breakout" # not ready yet
2625
blacklist="$blacklist cz.ucw.pavel.calendar cz.ucw.pavel.cellular cz.ucw.pavel.compass cz.ucw.pavel.weather" # not ready yet

0 commit comments

Comments
 (0)