From 37463b77e333a6a922049efa01f9cfaef4da346f Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 5 Dec 2022 22:56:01 +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 c86bd86..caa024c 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1570,6 +1570,9 @@ class NeoBootImageChoose(Screen): if fil.endswith(".tar.xz"): images = True break + if fil.endswith(".tar"): + images = True + break if fil.endswith(".nfi"): images = True break