From 8e1eb92b06963ca11f7846ae365d7112cd0a34ef Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 24 Nov 2015 08:57:32 +0100 Subject: [PATCH] Fix unzip script for 7-Zip 15.12 --- softwares/unzip.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/unzip.bat b/softwares/unzip.bat index 782c7ac..cff16dc 100755 --- a/softwares/unzip.bat +++ b/softwares/unzip.bat @@ -1 +1 @@ -"%PROGRAMFILES%\7-Zip\7z.exe" x -yo%2 %1 >NUL +"%PROGRAMFILES%\7-Zip\7z.exe" x -y -o%2 %1 >NUL