From 89fa81b804a77ff03defb0c683f630c055d201ce Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 6 Dec 2022 07:40:52 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 3 +++ 1 file changed, 3 insertions(+) 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"):