Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit ce5989a

Browse files
committed
update bins dl link
1 parent 49d2b30 commit ce5989a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

NiceHashMiner/Utils/MinersDownloadManager.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ public partial class MinersDownloadManager : BaseLazySingleton<MinersDownloadMan
2222
private WebClient _webClient;
2323
private Stopwatch _stopwatch;
2424

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";
2925
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;
3128
public string BinsZipLocation = "bins.zip";
3229

3330
private class DownloadData {

0 commit comments

Comments
 (0)