From f18224e67be6c7f50e202324d089c99a33a0ee57 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 10 Feb 2022 15:47:31 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 1193ea8..fcf601f 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -1250,6 +1250,11 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim): os.chdir('formuler3') if os.path.exists('' + getNeoLocation() + 'ImagesUpload/formuler4turbo'): os.chdir('formuler4turbo') + #AZBOX - Install image VUULTIMO MIPS It works + if os.path.exists('' + getNeoLocation() + 'ImagesUpload/patch.e2'): + os.system('rm -f ' + getNeoLocation() + 'ImagesUpload/patch.e2 ') + os.system('echo "____NEOBOOT will not unpack this image.____"') + os.system('echo "____Try to install the image vuultimo mips____"') #Instalacja image ubi_reader os.system('echo "Instalacja - ubi_reader w toku..."')