diff --git a/tools/libeay32.dll b/tools/libeay32.dll deleted file mode 100644 index 8d31f8668..000000000 Binary files a/tools/libeay32.dll and /dev/null differ diff --git a/tools/libiconv2.dll b/tools/libiconv2.dll deleted file mode 100644 index 544dd92f5..000000000 Binary files a/tools/libiconv2.dll and /dev/null differ diff --git a/tools/libintl3.dll b/tools/libintl3.dll deleted file mode 100644 index ec11e6b19..000000000 Binary files a/tools/libintl3.dll and /dev/null differ diff --git a/tools/libssl32.dll b/tools/libssl32.dll deleted file mode 100644 index a30ff0e9e..000000000 Binary files a/tools/libssl32.dll and /dev/null differ diff --git a/tools/publish.py b/tools/publish.py deleted file mode 100644 index ea9624dfd..000000000 --- a/tools/publish.py +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/python2.7 - -from github3 import login, GitHub -from getpass import getpass, getuser -import time -import datetime -import sys -try: - import readline -except ImportError: - pass - -platform='' -if (len(sys.argv) >= 3): - platform=sys.argv[2] - -versionNumber = str(time.time()) -if (platform != ''): - version = 'qtox-'+platform+'-'+versionNumber -else: - version = 'qtox-'+versionNumber -if (platform == 'windows'): - title = 'qTox Windows '+datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S') -elif (platform == 'linux'): - title = 'qTox Linux '+datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S') -else: - title = 'qTox '+datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S') -user = "tux3" -password = "" -if password == "": - password = getpass('GitHub password for {0}: '.format(user)) - -# Obviously you could also prompt for an OAuth token -if not (user and password): - print("Cowardly refusing to login without a username and password.") - sys.exit(1) - -g = login(user, password) -repo = g.repository('tux3', 'qTox') -release = repo.create_release(version,'master',title,'This is an automated release of qTox, published by qTox\'s continous integration server.',False,False) - -if (len(sys.argv) >= 2): - file = open(sys.argv[1], 'r') - release.upload_asset('application/octet-stream',sys.argv[1],file) - diff --git a/tools/unzip.exe b/tools/unzip.exe deleted file mode 100644 index b10387734..000000000 Binary files a/tools/unzip.exe and /dev/null differ diff --git a/tools/wget.exe b/tools/wget.exe deleted file mode 100644 index 54b372e6b..000000000 Binary files a/tools/wget.exe and /dev/null differ