From 4540208c9d50a56386b20dcf8ccff6258ae93f50 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 15 Dec 2019 16:22:52 -0800 Subject: [PATCH] Pack WinRing0x64.sys --- misc/build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/build.bat b/misc/build.bat index 59577932..1946980a 100644 --- a/misc/build.bat +++ b/misc/build.bat @@ -13,6 +13,7 @@ cmake .. -G "Visual Studio 16 2019" -DXMRIG_DEPS=%~dp0\build\xmrig-deps\msvc2019 msbuild /p:Configuration=Release xmrig.sln &&^ cd Release &&^ copy ..\..\src\config.json . &&^ -7z a -tzip -mx %~dp0\xmrig-%1-win64.zip xmrig.exe config.json &&^ +copy ..\..\bin\WinRing0\WinRing0x64.sys . &&^ +7z a -tzip -mx %~dp0\xmrig-%1-win64.zip xmrig.exe config.json WinRing0x64.sys &&^ cd %~dp0 &&^ rmdir /S /Q build \ No newline at end of file