mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 16:52:40 -05:00
Fixed 7z name
This commit is contained in:
@@ -13,6 +13,6 @@ cmake .. -G "Visual Studio 15 2017 Win64" -DXMRIG_DEPS=%~dp0\build\xmrig-deps\ms
|
|||||||
msbuild /p:Configuration=Release xmrig.sln &&^
|
msbuild /p:Configuration=Release xmrig.sln &&^
|
||||||
cd Release &&^
|
cd Release &&^
|
||||||
copy ..\..\src\config.json . &&^
|
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 &&^
|
cd %~dp0 &&^
|
||||||
rmdir /S /Q build
|
rmdir /S /Q build
|
||||||
|
|||||||
Reference in New Issue
Block a user