Use MinimumRequiredVersion instead of argument
This commit is contained in:
parent
1a75bf8fb9
commit
4ca4eb01d4
1 changed files with 3 additions and 5 deletions
|
@ -128,11 +128,9 @@
|
||||||
'AdditionalManifestFiles': 'atom/browser/resources/win/atom.manifest',
|
'AdditionalManifestFiles': 'atom/browser/resources/win/atom.manifest',
|
||||||
},
|
},
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
'AdditionalOptions': [
|
# Chrome builds with this minimum environment which changes the
|
||||||
# Chrome builds with this minimum environment which changes the
|
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
||||||
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
'MinimumRequiredVersion': '5.02'
|
||||||
"/SUBSYSTEM:WINDOWS,5.02"
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'copies': [
|
'copies': [
|
||||||
|
|
Loading…
Reference in a new issue