From 3b94833a692ed15e031637cc16e5529c4281714d Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 6 Apr 2019 02:26:24 +0200 Subject: [PATCH] Fixed script bug --- mk/windows/group-binaries.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/windows/group-binaries.bat b/mk/windows/group-binaries.bat index 9a4ef2c7f..9766be223 100644 --- a/mk/windows/group-binaries.bat +++ b/mk/windows/group-binaries.bat @@ -2,6 +2,7 @@ md bin md bin\vs2015 md bin\vs2017 +md bin\vs2019 copy /y 7z.dll bin\vs2015\7z.dll copy /y 7z.dll bin\vs2017\7z.dll