Fixed a bug with versions not being changed.
This commit is contained in:
parent
05b8c86dd8
commit
971bbad184
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -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, ''))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue