mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 04:35:47 +01:00
Update extract.py
This commit is contained in:
@@ -758,7 +758,9 @@ def RemoveUnpackDirs():
|
||||
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/multibox ' + getNeoLocation() + 'ImagesUpload/multibox; rm -r ' + getNeoLocation() + 'ImagesUpload/multibox')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/octagon/sf8008'):
|
||||
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/usb_update.bin ' + getNeoLocation() + 'ImagesUpload/octagon; rm -r ' + getNeoLocation() + 'ImagesUpload/octagon')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h7'):
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/octagon/sf8008m'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/octagon')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h7'):
|
||||
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/bootargs.bin ' + getNeoLocation() + 'ImagesUpload/h7; mv ' + getNeoLocation() + 'ImagesUpload/fastboot.bin ' + getNeoLocation() + 'ImagesUpload/h7')
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h7')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h9'):
|
||||
|
||||
Reference in New Issue
Block a user