node-pty and flow control fixes - fixed #3695, fixed #3701, fixed #3696, fixed #3690

This commit is contained in:
Eugene Pankov
2021-04-16 20:15:39 +02:00
parent 8f0ba06f63
commit 4f32908c48
7 changed files with 30 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ sh.exec(`${sentryCli} releases new ${vars.version}`)
if (process.platform === 'darwin') {
for (const path of [
'app/node_modules/@serialport/bindings/build/Release/bindings.node',
'app/node_modules/node-pty/build/Release/pty.node',
'app/node_modules/@terminus-term/node-pty/build/Release/pty.node',
'app/node_modules/fontmanager-redux/build/Release/fontmanager.node',
'app/node_modules/macos-native-processlist/build/Release/native.node',
]) {