Skip to content

Commit

Permalink
fix boa url on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Jun 26, 2024
1 parent 39fc4b6 commit 75b9d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/boa.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getFilename() {
case 'linux-x64':
return 'boa-linux-amd64';
case 'win32-x64':
return 'boa-windows-amd64';
return 'boa-windows-amd64.exe';
default:
throw new Error(`No Boa builds available for ${platform}`);
}
Expand Down

0 comments on commit 75b9d3c

Please sign in to comment.