mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-28 09:56:05 +01:00
Update extract.py
This commit is contained in:
@@ -863,7 +863,9 @@ def RemoveUnpackDirs():
|
|||||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h10')
|
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h10')
|
||||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h11'):
|
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h11'):
|
||||||
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/force_h11_READ.ME ' + getNeoLocation() + 'ImagesUpload/h11; mv ' + getNeoLocation() + 'ImagesUpload/unforce_h11.txt ' + getNeoLocation() + 'ImagesUpload/h11')
|
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/force_h11_READ.ME ' + getNeoLocation() + 'ImagesUpload/h11; mv ' + getNeoLocation() + 'ImagesUpload/unforce_h11.txt ' + getNeoLocation() + 'ImagesUpload/h11')
|
||||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h11')
|
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h11')
|
||||||
|
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h8'):
|
||||||
|
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h8')
|
||||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/uclan'):
|
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/uclan'):
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/usb_update.bin'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/usb_update.bin'):
|
||||||
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/usb_update.bin ' + getNeoLocation() + 'ImagesUpload/uclan')
|
rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/usb_update.bin ' + getNeoLocation() + 'ImagesUpload/uclan')
|
||||||
|
|||||||
Reference in New Issue
Block a user