Fix typo breaking nightly builds

This commit is contained in:
James Turner 2015-08-31 23:25:57 +01:00
parent 5417456b05
commit 866b67d036

View File

@ -9,7 +9,7 @@ if sys.argv[1] == 'windows':
if sys.argv[1] == 'linux':
suffix = '.tar.bz2'
isRelease = False
isReleaseCandidate = False
if len(sys.argv) > 2 and sys.argv[2] == 'release':
isReleaseCandidate = True