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:
parent
06c8e5075d
commit
c5cc24c924
3 changed files with 8 additions and 8 deletions
|
@ -173,7 +173,7 @@ function getDefaultPlatform() {
|
|||
|
||||
break;
|
||||
case 'win32':
|
||||
defaultPlatform = 'win32';
|
||||
defaultPlatform = 'win64';
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue