mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 02:51:47 +00:00
fix(lib): TypeError in extractEntry
function for zip
This commit is contained in:
parent
4da1e25967
commit
f4f05b8264
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ local extractBinary: {
|
||||||
if executablePlatform:isOk() and eq(executablePlatform:unwrap(), targetPlatform) then
|
if executablePlatform:isOk() and eq(executablePlatform:unwrap(), targetPlatform) then
|
||||||
return contents
|
return contents
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
-- Find the entry and attempt to extract it
|
-- Find the entry and attempt to extract it
|
||||||
local binaryEntry = reader:findEntry(binaryName)
|
local binaryEntry = reader:findEntry(binaryName)
|
||||||
|
|
Loading…
Add table
Reference in a new issue