mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update to CEF 3.2840.1517.gd7afec5
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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})
|
||||
|
||||
|
||||
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user