Fixed a bug with versions not being changed.

This commit is contained in:
Joey Payne 2015-03-14 17:24:08 -10:00
commit 971bbad184

View file

@ -373,7 +373,6 @@ class MainWindow(QtGui.QWidget, CommandBase):
minor = int(versions[1])
if minor >= 12:
path = path.replace('node-webkit', 'nwjs')
setting.url = path
self.progress_text = 'Downloading {}'.format(path.replace(version_file, ''))