Update extract.py

This commit is contained in:
gutosie
2022-02-10 15:47:31 +02:00
committed by GitHub
parent 0a3d09f94b
commit f18224e67b

View File

@@ -1250,6 +1250,11 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
os.chdir('formuler3') os.chdir('formuler3')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/formuler4turbo'): if os.path.exists('' + getNeoLocation() + 'ImagesUpload/formuler4turbo'):
os.chdir('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 #Instalacja image ubi_reader
os.system('echo "Instalacja - ubi_reader w toku..."') os.system('echo "Instalacja - ubi_reader w toku..."')