Windows auto-update URL and dummy Windows update for testing.
This commit is contained in:
parent
833a0621fa
commit
655b6d1996
4 changed files with 160 additions and 1 deletions
|
@ -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 "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue