mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
+4
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user