Windows auto-update URL and dummy Windows update for testing.

This commit is contained in:
Adam Ierymenko
2014-02-23 08:01:52 -08:00
parent 833a0621fa
commit 655b6d1996
4 changed files with 160 additions and 1 deletions

View File

@ -145,7 +145,10 @@ static inline const char *_mkUpdateUrl()
#define GOT_UPDATE_URL
#endif
// TODO: Windows
#ifdef __WINDOWS__
return "http://download.zerotier.com/ZeroTierOneInstaller-windows-intel-LATEST.nfo";
#define GOT_UPDATE_URL
#endif
#ifndef GOT_UPDATE_URL
return "";