Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 0c969ae

Browse files
author
Too-Naive
committed
Issue : racaljk/hosts#802
* Delete unavaliable link. * Update download link.
1 parent 35e1e6b commit 0c969ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Download Executable File
44

55
[![Build status](https://ci.appveyor.com/api/projects/status/8aya86796ipmuwr2/branch/master?svg=true)](https://ci.appveyor.com/project/Too-Naive/windows/branch/master)
6-
Last update: Oct. 28th, 2016
6+
Last update: Nov. 15th, 2016
77

8-
#### 下载地址:(v2.1.18)
8+
#### 下载地址:(v2.1.19)
99

1010
- zip Package (Include `tool.exe` and `choose.exe`)
11-
- [点我来下载](https://coding.net/u/scaffrey/p/hosts/git/raw/master/tools/windows.zip)
11+
- [点我来下载](https://git.io/vX1Pz)
1212

1313
如只需下载tool.exe请到[release](https://github.com/HostsTools/Windows/releases)页面手动下载
1414

tool.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
//Hosts file web address set
4343
#define hostsfile _T("https://raw.githubusercontent.com/racaljk/hosts/master/hosts")
44-
#define hostsfile1 _T("https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts")
44+
//#define hostsfile1 _T("https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts")
4545

4646
#ifdef _LOCAL
4747
#undef hostsfile
@@ -56,7 +56,7 @@
5656
#define objectwebsite _T("https:\x2f\x2fgithub.com/HostsTools/Windows")
5757
//end.
5858

59-
#define ConsoleTitle _T("racaljk-host tool v2.1.18 Build time:Oct. 28th, '16")
59+
#define ConsoleTitle _T("racaljk-host tool v2.1.19 Build time:Nov. 15th, '16")
6060

6161
#define CASE(x,y) case x : y; break;
6262
#define DEBUGCASE(x) CASE(x,___debug_point_reset(x))
@@ -871,7 +871,7 @@ DWORD __stdcall NormalEntry(LPVOID){
871871
if (!bIsServiceMode) _tprintf(_T(" Step1:Download hosts file..."));
872872
//download
873873
if (bIsServiceMode) if (request_client) ___pipesendmsg(_T("Download files\n"));
874-
for (int errcunt=0;(!Func_Download(hostsfile1,DownLocated)&&
874+
for (int errcunt=0;(//!Func_Download(hostsfile1,DownLocated)&&
875875
!Func_Download(hostsfile,DownLocated));errcunt++)
876876
if (errcunt>2) THROWERR(_T("DownLoad hosts file Error!"));
877877
else if (!bIsServiceMode) {

0 commit comments

Comments
 (0)