Merge pull request #25 from mhess-connectify/master

Added windows 8.1 support NT was updated to 6.3
This commit is contained in:
Faisal Salman 2013-10-20 21:30:06 -07:00
commit ea36010827
2 changed files with 2 additions and 1 deletions

View File

@ -185,6 +185,7 @@
'Vista' : 'NT 6.0', 'Vista' : 'NT 6.0',
'7' : 'NT 6.1', '7' : 'NT 6.1',
'8' : 'NT 6.2', '8' : 'NT 6.2',
'8.1' : 'NT 6.3',
'RT' : 'ARM' 'RT' : 'ARM'
} }
} }

File diff suppressed because one or more lines are too long