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:
parent
3902f8dac4
commit
0585607da4
2 changed files with 7 additions and 2 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue