diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-17 12:57:31 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-17 12:57:31 -0800 |
commit | dab124dfb937f40033613e821da914d75f578637 (patch) | |
tree | 982371d4baff4fe24f6dcac563d98116acca47da /attic | |
parent | 8be664cca9ca6b95515fb1bda961f5c844af7d0f (diff) | |
download | infinitytier-dab124dfb937f40033613e821da914d75f578637.tar.gz infinitytier-dab124dfb937f40033613e821da914d75f578637.zip |
VERSION 0.6.9: more UI, installation, and packaging work...
Another release leading up to official binary releases... not much to the core,
but quite a bit of work on the UI, installation, and such.
This version will build and run on OSX 10.6 while previous versions would fail
due to a missing getifmaddrs() function.
Diffstat (limited to 'attic')
-rwxr-xr-x | attic/submit-official-release.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/attic/submit-official-release.sh b/attic/submit-official-release.sh index 5c54ab7f..f8e43301 100755 --- a/attic/submit-official-release.sh +++ b/attic/submit-official-release.sh @@ -3,3 +3,7 @@ # Completely useless to outsiders. :) scp ZeroTierOneInstaller-*-*-*_*_* nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs + +if [ -f 'ZeroTier One.dmg' ]; then + scp 'ZeroTier One.dmg' nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs/dist +fi |