mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update archive script to add API DLL to GUI archive
This commit is contained in:
@@ -91,6 +91,7 @@ function createAppArchive(rootPath, releasePath, tempPath, destPath) {
|
||||
if (os.platform() === 'win32') {
|
||||
binaries = [
|
||||
'LOOT.exe',
|
||||
'loot_api.dll',
|
||||
'chrome_elf.dll',
|
||||
'd3dcompiler_47.dll',
|
||||
'libEGL.dll',
|
||||
@@ -107,6 +108,7 @@ function createAppArchive(rootPath, releasePath, tempPath, destPath) {
|
||||
} else {
|
||||
binaries = [
|
||||
'LOOT',
|
||||
'libloot_api.so',
|
||||
'chrome-sandbox',
|
||||
'libcef.so',
|
||||
'natives_blob.bin',
|
||||
|
||||
Reference in New Issue
Block a user