Don't package wow_helper.exe

It was used for Vista x64 compatibility, but CEF no longer supports
Vista.
This commit is contained in:
Oliver Hamlet
2016-06-14 21:02:14 +01:00
parent 8457066f56
commit c505c512ec
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -66,10 +66,6 @@ function createAppArchive(rootPath, releasePath, tempPath, destPath) {
'devtools_resources.pak',
'icudtl.dat',
];
if (helpers.fileExists(path.join(releasePath, 'wow_helper.exe'))) {
binaries.push('wow_helper.exe');
}
} else {
binaries = [
'LOOT',
-2
View File
@@ -86,8 +86,6 @@ Source: "{#buildir}\Release\libEGL.dll"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\libGLESv2.dll"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\wow_helper.exe"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\natives_blob.bin"; \
DestDir: "{app}"; Flags: ignoreversion
Source: "{#buildir}\Release\snapshot_blob.bin"; \