mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
browser: implement pdf renderer as webui
This commit is contained in:
@@ -31,6 +31,7 @@ TARGET_BINARIES = {
|
||||
'win32': [
|
||||
'{0}.exe'.format(PROJECT_NAME), # 'electron.exe'
|
||||
'content_shell.pak',
|
||||
'pdf_viewer_resources.pak',
|
||||
'd3dcompiler_47.dll',
|
||||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
@@ -48,6 +49,7 @@ TARGET_BINARIES = {
|
||||
'linux': [
|
||||
PROJECT_NAME, # 'electron'
|
||||
'content_shell.pak',
|
||||
'pdf_viewer_resources.pak',
|
||||
'icudtl.dat',
|
||||
'libffmpeg.so',
|
||||
'libnode.so',
|
||||
|
||||
Reference in New Issue
Block a user