mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix shipping icudtl.dat in dist.
This commit is contained in:
@@ -37,7 +37,7 @@ TARGET_BINARIES = {
|
||||
'chromiumcontent.dll',
|
||||
'content_shell.pak',
|
||||
'ffmpegsumo.dll',
|
||||
'icudt.dll',
|
||||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
'libGLESv2.dll',
|
||||
'd3dcompiler_43.dll',
|
||||
@@ -48,6 +48,7 @@ TARGET_BINARIES = {
|
||||
'linux': [
|
||||
'atom',
|
||||
'content_shell.pak',
|
||||
'icudtl.dat',
|
||||
'libchromiumcontent.so',
|
||||
'libffmpegsumo.so',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user