Update to CEF 3.2840.1517.gd7afec5

This commit is contained in:
Oliver Hamlet
2017-01-10 20:51:41 +00:00
parent cd78d6834f
commit 1dfea3ac5f
4 changed files with 9 additions and 5 deletions
+1
View File
@@ -91,6 +91,7 @@ function createAppArchive(rootPath, releasePath, tempPath, destPath) {
if (os.platform() === 'win32') {
binaries = [
'LOOT.exe',
'chrome_elf.dll',
'd3dcompiler_47.dll',
'libEGL.dll',
'libGLESv2.dll',
+1
View File
@@ -8,6 +8,7 @@ file(READ ${CEF_CMAKELISTS_PATH} CEF_CMAKELISTS)
string(REPLACE "add_subdirectory(cefclient)" "" CEF_CMAKELISTS ${CEF_CMAKELISTS})
string(REPLACE "add_subdirectory(cefsimple)" "" CEF_CMAKELISTS ${CEF_CMAKELISTS})
string(REGEX REPLACE "add_subdirectory\\(tests/.+\\)" "" CEF_CMAKELISTS ${CEF_CMAKELISTS})
file(WRITE ${CEF_CMAKELISTS_PATH} ${CEF_CMAKELISTS})
+2
View File
@@ -89,6 +89,8 @@ Source: "{#buildir}\Release\devtools_resources.pak"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\icudtl.dat"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\chrome_elf.dll"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\libcef.dll"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\libEGL.dll"; \