mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Add files via upload
This commit is contained in:
@@ -1684,7 +1684,10 @@ def main(session, **kwargs):
|
|||||||
mypath2 = f2.readline().strip()
|
mypath2 = f2.readline().strip()
|
||||||
f2.close()
|
f2.close()
|
||||||
if mypath2 != 'Flash' or mypath2 == 'Flash' and checkimage():
|
if mypath2 != 'Flash' or mypath2 == 'Flash' and checkimage():
|
||||||
if not fileExists('/.multinfo'):
|
|
||||||
|
if fileExists('/.multinfo'):
|
||||||
|
session.open(NeoBootImageChoose)
|
||||||
|
else:
|
||||||
if float(PLUGINVERSION) != version:
|
if float(PLUGINVERSION) != version:
|
||||||
try:
|
try:
|
||||||
session.open(MyUpgrade)
|
session.open(MyUpgrade)
|
||||||
|
|||||||
Reference in New Issue
Block a user