Skip to content

Commit 75b9d3c

Browse files
committed
fix boa url on windows
1 parent 39fc4b6 commit 75b9d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/boa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function getFilename() {
1717
case 'linux-x64':
1818
return 'boa-linux-amd64';
1919
case 'win32-x64':
20-
return 'boa-windows-amd64';
20+
return 'boa-windows-amd64.exe';
2121
default:
2222
throw new Error(`No Boa builds available for ${platform}`);
2323
}

0 commit comments

Comments
 (0)