1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Generate win64 version for Windows by default.

This commit is contained in:
mikeller 2021-03-28 20:16:21 +13:00
parent 06c8e5075d
commit c5cc24c924
3 changed files with 8 additions and 8 deletions

View file

@ -173,7 +173,7 @@ function getDefaultPlatform() {
break;
case 'win32':
defaultPlatform = 'win32';
defaultPlatform = 'win64';
break;