Fixed 7z name
This commit is contained in:
parent
922449118f
commit
ca70cd4d75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue