Fixed some bugs in Dashboard
* Added client Version to tooltip * Add version check and "update available" notification to Dashboard
This commit is contained in:
parent
2fd4539643
commit
ee0dd98eeb
7 changed files with 142 additions and 100 deletions
|
@ -28,10 +28,11 @@ build_script:
|
|||
- cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
|
||||
- msbuild xmrig.sln /p:Configuration=Release
|
||||
|
||||
|
||||
after_build:
|
||||
- cd c:\xmrigCC
|
||||
- cmd: 7z a xmrigCC-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "c:\xmrigCC\index.html"
|
||||
- cmd: 7z a xmrigCC-mvc-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "c:\xmrigCC\index.html"
|
||||
- cmd: dir
|
||||
|
||||
artifacts:
|
||||
- path: xmrigCC-win64.zip
|
||||
- path: xmrigCC-mvc-win64.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue