Fix Linux blhost path.

This commit is contained in:
László Monda
2017-12-25 21:48:41 +01:00
parent dd973c80ea
commit bbb6839f7e
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ export class UhkBlhost {
let blhostPath;
switch (process.platform) {
case 'linux':
blhostPath = 'linux/amd64/blhost';
blhostPath = 'linux/x86_64/blhost';
break;
case 'darwin':
blhostPath = 'mac/blhost';