*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:
parent
20866470fa
commit
06f3fbe52f
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue