From ca70cd4d7551bb15bd1b48e53563b46092fc0d07 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 17:18:59 -0700 Subject: [PATCH] Fixed 7z name --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 60429c7f..22e15c30 100644 --- a/build.bat +++ b/build.bat @@ -13,6 +13,6 @@ cmake .. -G "Visual Studio 15 2017 Win64" -DXMRIG_DEPS=%~dp0\build\xmrig-deps\ms msbuild /p:Configuration=Release xmrig.sln &&^ cd Release &&^ copy ..\..\src\config.json . &&^ -7za a -tzip -mx %~dp0\xmrig-%1-win64.zip xmrig.exe config.json &&^ +7z a -tzip -mx %~dp0\xmrig-%1-win64.zip xmrig.exe config.json &&^ cd %~dp0 &&^ rmdir /S /Q build