mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-29 10:26:05 +01:00
Update extract.py
This commit is contained in:
@@ -953,7 +953,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
||||
|
||||
#Instalacja *.zip
|
||||
elif os.path.exists(sourcefile) is True:
|
||||
os.system('unzip -f -o ' + sourcefile)
|
||||
os.system('unzip -o ' + sourcefile)
|
||||
if ZipDelete == 'True':
|
||||
os.system('rm -rf ' + sourcefile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user