From c65ff98975c26f1f115dd5fafab7ee53a5dd912f Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 13 Jan 2024 14:17:58 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 8ddaa24..195ccb5 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -863,7 +863,9 @@ def RemoveUnpackDirs(): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h10') 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('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'): if os.path.exists('' + getNeoLocation() + 'ImagesUpload/usb_update.bin'): rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/usb_update.bin ' + getNeoLocation() + 'ImagesUpload/uclan')