Fix/pty.js build (#1001)

* Upgrade `electron-builder` to its latest version and pin it

* Fix linux executable path – see electron-userland/electron-builder#877

* [Windows] Build `squirrel` executable instead of `nsis`
This commit is contained in:
Matheus Fernandes 2016-11-16 10:01:02 -02:00 committed by GitHub
parent 3902f8dac4
commit 0585607da4
2 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@ test.before(async () => {
switch (process.platform) {
case 'linux':
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/Hyper');
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/hyper');
break;
case 'darwin':