From 971bbad1845ba9d648320203bd1c6f02a3756368 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sat, 14 Mar 2015 17:24:08 -1000 Subject: [PATCH] Fixed a bug with versions not being changed. --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 4b4df0f..d5e5b46 100644 --- a/main.py +++ b/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, ''))