mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update extract.py
This commit is contained in:
@@ -1447,7 +1447,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
|||||||
cmd = 'rm -rf ' + getNeoLocation() + 'ubi'
|
cmd = 'rm -rf ' + getNeoLocation() + 'ubi'
|
||||||
rc = os.system(cmd)
|
rc = os.system(cmd)
|
||||||
|
|
||||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas'):
|
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
|
||||||
os.chdir('axas')
|
os.chdir('axas')
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
|
||||||
os.chdir('axashistwin')
|
os.chdir('axashistwin')
|
||||||
|
|||||||
Reference in New Issue
Block a user