win: Ship d3dcompiler_47.dll

This commit is contained in:
Cheng Zhao 2015-03-29 18:33:25 +08:00
parent fdc07dea17
commit 0477c01fae
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ TARGET_BINARIES = {
'atom.exe',
'chromiumcontent.dll',
'content_shell.pak',
'd3dcompiler_46.dll',
'd3dcompiler_47.dll',
'ffmpegsumo.dll',
'icudtl.dat',
'libEGL.dll',

View file

@ -7,7 +7,7 @@ import os
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
VERSION = 'v0.4.0'
VERSION = 'v0.5.0'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
'/download/' + VERSION