diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index caa024c..cba91de 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1571,6 +1571,9 @@ class NeoBootImageChoose(Screen): images = True break if fil.endswith(".tar"): + images = True + break + if fil.endswith(".tar.gz"): images = True break if fil.endswith(".nfi"):