diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-08 23:12:03 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-08 23:12:03 -0800 |
commit | 3482d836ae20db67a136795b9495a9f4ffcde934 (patch) | |
tree | 43c056010ae60e19f6fb1dff0a5fe8ca907226df /node/Defaults.cpp | |
parent | 60731e6d02c4ebeb0700bc1c6a53261159049e01 (diff) | |
download | infinitytier-3482d836ae20db67a136795b9495a9f4ffcde934.tar.gz infinitytier-3482d836ae20db67a136795b9495a9f4ffcde934.zip |
Mac install fixes, more internal use scripts.
Diffstat (limited to 'node/Defaults.cpp')
-rw-r--r-- | node/Defaults.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 41ff540b..3a8defba 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -132,13 +132,9 @@ static inline const char *_mkUpdateUrl() #endif #ifdef __APPLE__ -#ifdef TARGET_OS_IPHONE - // TODO -#else return "http://download.zerotier.com/ZeroTierOneInstaller-mac-combined-LATEST.nfo"; #define GOT_UPDATE_URL #endif -#endif // TODO: Windows |