We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fc4b6 commit 75b9d3cCopy full SHA for 75b9d3c
src/engines/boa.js
@@ -17,7 +17,7 @@ function getFilename() {
17
case 'linux-x64':
18
return 'boa-linux-amd64';
19
case 'win32-x64':
20
- return 'boa-windows-amd64';
+ return 'boa-windows-amd64.exe';
21
default:
22
throw new Error(`No Boa builds available for ${platform}`);
23
}
0 commit comments