diff --git a/scripts/archive.js b/scripts/archive.js index 21ea4c6b..1eff1cde 100644 --- a/scripts/archive.js +++ b/scripts/archive.js @@ -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', diff --git a/scripts/installer.iss b/scripts/installer.iss index 8eda1b6a..439fa2b6 100644 --- a/scripts/installer.iss +++ b/scripts/installer.iss @@ -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"; \