mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't package wow_helper.exe
It was used for Vista x64 compatibility, but CEF no longer supports Vista.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user