Ship VS2012 redist DLLs.
Atom Shell has been built with VS2013 so we should not ship VS2010's DLLs.
This commit is contained in:
parent
4a7e98e398
commit
546e4e431d
5 changed files with 13 additions and 6 deletions
|
@ -36,12 +36,15 @@ TARGET_BINARIES = {
|
|||
'atom.exe',
|
||||
'chromiumcontent.dll',
|
||||
'content_shell.pak',
|
||||
'd3dcompiler_43.dll',
|
||||
'ffmpegsumo.dll',
|
||||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
'libGLESv2.dll',
|
||||
'd3dcompiler_43.dll',
|
||||
'msvcp120.dll',
|
||||
'msvcr120.dll',
|
||||
'ui_resources_200_percent.pak',
|
||||
'vccorlib120.dll',
|
||||
'webkit_resources_200_percent.pak',
|
||||
'xinput1_3.dll',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue