Merge pull request #10607 from Budibase/fix/cli-build-pkg

CLI Pkg fix
This commit is contained in:
Michael Drury 2023-05-16 13:05:47 +01:00 committed by GitHub
commit 0a17a979a3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (!process.argv[0].includes("node")) {
}
function checkForBinaries() {
const readDir = join(__filename, "..", "..", PREBUILDS, ARCH)
const readDir = join(__filename, "..", "..", "..", PREBUILDS, ARCH)
if (fs.existsSync(PREBUILD_DIR) || !fs.existsSync(readDir)) {
return
}