Skip to content

Commit e897240

Browse files
committed
Add missing conpty variables
1 parent f11a98d commit e897240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/copy-prebuilds.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ for (const file of BUILD_FILES) {
2929
}
3030
}
3131

32+
const CONPTY_DIR = path.join(__dirname, '../third_party/conpty');
33+
const CONPTY_SUPPORTED_ARCH = ['x64', 'arm64'];
34+
3235
console.log(`\x1b[32m> Moving conpty.dll...\x1b[0m`);
3336
if (os.platform() !== 'win32') {
3437
console.log(' SKIPPED (not Windows)');

0 commit comments

Comments
 (0)