*Now adds the Win10 manifest by default

*Updated WinVer with Win10 version


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6593 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-07-30 18:47:09 +00:00
parent 20866470fa
commit 06f3fbe52f
2 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,7 @@ namespace manifest
append(_T("Win7"));
append(_T("Win8"));
append(_T("Win8.1")); // In the default list because GetVersion[Ex] lies if this is not set in the manifest
append(_T("Win10"));
m_isdefaultlist = true;
}
};