mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update plugin.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user