mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Update extract.py
This commit is contained in:
@@ -862,7 +862,9 @@ def RemoveUnpackDirs():
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/rootfs.bin'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/rootfs.bin')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/splash.bin'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/splash.bin')
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/splash.bin')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/gigablue'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/gigablue')
|
||||
|
||||
def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
||||
RemoveUnpackDirs()
|
||||
|
||||
Reference in New Issue
Block a user