We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978bee8 commit 01f410eCopy full SHA for 01f410e
.github/scripts/libmongocrypt.mjs
@@ -233,8 +233,8 @@ async function main() {
233
if (process.platform === 'darwin') {
234
// The "arm64" build is actually a universal binary
235
await fs.copyFile(
236
- `prebuilds/mongodb-client-encryption-v${pkg.version}-napi-v4-darwin-arm64.tar.gz`,
237
- `prebuilds/mongodb-client-encryption-v${pkg.version}-napi-v4-darwin-x64.tar.gz`
+ resolveRoot('prebuilds', `mongodb-client-encryption-v${pkg.version}-napi-v4-darwin-arm64.tar.gz`),
+ resolveRoot('prebuilds', `mongodb-client-encryption-v${pkg.version}-napi-v4-darwin-x64.tar.gz`)
238
);
239
}
240
0 commit comments