Fix building and packaging 64-bit LOOT

No installer support, as that requires a bit more thought, especially
regarding Registry keys.
This commit is contained in:
Oliver Hamlet
2015-12-01 18:06:38 +00:00
parent 7f57c3dc49
commit dc9fdb1b5e
2 changed files with 12 additions and 2 deletions
+4 -1
View File
@@ -58,7 +58,6 @@ function createAppArchive(release_path, dest_path) {
'libEGL.dll',
'libGLESv2.dll',
'libcef.dll',
'wow_helper.exe',
'natives_blob.bin',
'snapshot_blob.bin',
'cef.pak',
@@ -67,6 +66,10 @@ function createAppArchive(release_path, dest_path) {
'devtools_resources.pak',
'icudtl.dat'
];
if (helpers.fileExists(path.join(release_path, 'wow_helper.exe'))) {
binaries.push('wow_helper.exe');
}
} else {
binaries = [
'LOOT',