Skip to content

Commit

Permalink
Switch to node-pty-prebuilt-multiarch and upgrade Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
faressoft committed Sep 5, 2022
1 parent 3679e17 commit be7b153
Show file tree
Hide file tree
Showing 9 changed files with 3,216 additions and 297 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 120
}
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ di.require('progress', 'ProgressBar');
di.require('gif-encoder', 'GIFEncoder');
di.require('inquirer');

di.set('pty', require('@faressoft/node-pty-prebuilt'));
di.set('pty', require('node-pty-prebuilt-multiarch'));
di.set('PNG', require('pngjs').PNG);
di.set('spawn', require('child_process').spawn);
di.set('utility', require('./utility.js'));
Expand Down
Loading

0 comments on commit be7b153

Please sign in to comment.