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 1670a47 commit 2731977Copy full SHA for 2731977
packages/build/src/compile-exec.ts
@@ -66,9 +66,9 @@ const compileExec = async(
66
console.log('mongosh: creating binary:', executable);
67
68
if (platform === Platform.MacOs) {
69
- const { compile } = require('nexe');
70
- await new SignableCompiler(execInput, executable, platform)
71
- .compile(compile);
+ const { exec } = require('pkg');
+ await new UnsignableCompiler(input, executable, platform)
+ .compile(exec);
72
} else {
73
const { exec } = require('pkg');
74
await new UnsignableCompiler(input, executable, platform)
0 commit comments