mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-27 17:36:05 +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'
|
||||
rc = os.system(cmd)
|
||||
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas'):
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
|
||||
os.chdir('axas')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
|
||||
os.chdir('axashistwin')
|
||||
|
||||
Reference in New Issue
Block a user