From 012cbe04e4841e6a9299dff986f8fa2c86593f64 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 25 Dec 2022 11:48:06 +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 7fd6266..8f2fef1 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -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)