This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,9 @@ public partial class MinersDownloadManager : BaseLazySingleton<MinersDownloadMan
22
22
private WebClient _webClient ;
23
23
private Stopwatch _stopwatch ;
24
24
25
- const string d_01 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin.zip" ;
26
- const string d_v1_7_0_4 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_0_4.zip" ;
27
- const string d_v1_7_1_3 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_1_3.zip" ;
28
- const string d_v1_7_1_4 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_1_4.zip" ;
29
25
const string d_v1_7_2_0 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_2_0.zip" ;
30
- public string BinsDownloadURL = d_v1_7_2_0 ;
26
+ const string d_v1_7_3_0 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_3_0.zip" ;
27
+ public string BinsDownloadURL = d_v1_7_3_0 ;
31
28
public string BinsZipLocation = "bins.zip" ;
32
29
33
30
private class DownloadData {
You can’t perform that action at this time.
0 commit comments