From 0477c01fae95576b36e2229eb807a31ed2a8e344 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 29 Mar 2015 18:33:25 +0800 Subject: [PATCH] win: Ship d3dcompiler_47.dll --- script/create-dist.py | 2 +- script/update-external-binaries.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/create-dist.py b/script/create-dist.py index 568f7d9752..6e1c6c45fd 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -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', diff --git a/script/update-external-binaries.py b/script/update-external-binaries.py index 4218bb36aa..ad4dc55fcd 100755 --- a/script/update-external-binaries.py +++ b/script/update-external-binaries.py @@ -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