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',
|
||||
},
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
# Chrome builds with this minimum environment which changes the
|
||||
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
||||
"/SUBSYSTEM:WINDOWS,5.02"
|
||||
],
|
||||
# Chrome builds with this minimum environment which changes the
|
||||
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
||||
'MinimumRequiredVersion': '5.02'
|
||||
},
|
||||
},
|
||||
'copies': [
|
||||
|
|
Loading…
Reference in a new issue