mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -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 &&^
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user