fix modules check

This commit is contained in:
j 2016-02-06 16:20:34 +05:30
parent 0f6b17e8cd
commit ad38f4698b
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ class Install(Thread):
self.status["release"] = release
self.status["progress"] = 0
platform = get_platform()
if not 'platform_win32' in release:
release['platform_win32'] = {
if not 'platform_win32' in release['modules']:
release['modules']['platform_win32'] = {
'name': 'platform_win32-20160201-3-3d473b8.tar.bz2',
'version': '20160201-3-3d473b8.tar.bz2',
'platform': 'win32',