win: Ship d3dcompiler_47.dll
This commit is contained in:
parent
fdc07dea17
commit
0477c01fae
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ TARGET_BINARIES = {
|
||||||
'atom.exe',
|
'atom.exe',
|
||||||
'chromiumcontent.dll',
|
'chromiumcontent.dll',
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'd3dcompiler_46.dll',
|
'd3dcompiler_47.dll',
|
||||||
'ffmpegsumo.dll',
|
'ffmpegsumo.dll',
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
|
|
|
@ -7,7 +7,7 @@ import os
|
||||||
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
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__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
|
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
|
||||||
'/download/' + VERSION
|
'/download/' + VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue