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

View File

@@ -56,10 +56,10 @@ def main():
return
repository = gh.repository('WagicProject', 'wagic')
if(options.branch == 'master' or options.branch == 'travis_mac_osx'):
r = checkRelease(repository, options.remote, 'master')
else:
r = checkRelease(repository, options.remote, 'cmake')
if(options.branch == 'master' or options.branch == 'travis_mac_osx'):
r = checkRelease(repository, options.remote, 'master')
else:
r = checkRelease(repository, options.remote, 'cmake')
filename = options.remote
with open(options.local, 'rb') as fd: