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 f11a98d commit e897240Copy full SHA for e897240
scripts/copy-prebuilds.js
@@ -29,6 +29,9 @@ for (const file of BUILD_FILES) {
29
}
30
31
32
+const CONPTY_DIR = path.join(__dirname, '../third_party/conpty');
33
+const CONPTY_SUPPORTED_ARCH = ['x64', 'arm64'];
34
+
35
console.log(`\x1b[32m> Moving conpty.dll...\x1b[0m`);
36
if (os.platform() !== 'win32') {
37
console.log(' SKIPPED (not Windows)');
0 commit comments