Merge branch 'cmake' of https://github.com/WagicProject/wagic into cmake

This commit is contained in:
xawotihs
2016-06-25 11:50:54 +02:00
+4 -4
View File
@@ -56,10 +56,10 @@ def main():
return return
repository = gh.repository('WagicProject', 'wagic') repository = gh.repository('WagicProject', 'wagic')
if(options.branch == 'master' or options.branch == 'travis_mac_osx'): if(options.branch == 'master' or options.branch == 'travis_mac_osx'):
r = checkRelease(repository, options.remote, 'master') r = checkRelease(repository, options.remote, 'master')
else: else:
r = checkRelease(repository, options.remote, 'cmake') r = checkRelease(repository, options.remote, 'cmake')
filename = options.remote filename = options.remote
with open(options.local, 'rb') as fd: with open(options.local, 'rb') as fd: