mirror of
https://github.com/electron/electron.git
synced 2026-02-05 20:55:16 -05:00
Merge pull request #1327 from atom/d3dcompiler_47
Ship d3dcompiler_47.dll
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user