mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix Linux API binary name in archive script
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ function getApiBinaryPaths(rootPath) {
|
||||
if (os.platform() === 'win32') {
|
||||
file += '.dll';
|
||||
} else {
|
||||
file += '.so';
|
||||
file = `lib${file}.so`;
|
||||
}
|
||||
|
||||
for (let i = 0; i < pathsToTry.length; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user