From 8bfbd94d23c0d9fa35394c1ebcbaf0b6209be819 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Dec 2025 11:44:08 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 6cd35ac..2e70308 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -828,7 +828,7 @@ def RemoveUnpackDirs(): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dreamtwo ') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multibox') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxpro'): rc = os.system('rm ' + getNeoLocation() + 'ImagesUpload/multibox; rm -r ' + getNeoLocation() + 'ImagesUpload/multiboxse; rm -r ' + getNeoLocation() + 'ImagesUpload/multiboxpro') - elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/octagon/sf8008'): + 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/octagon/sf8008m'): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/octagon')