Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate win64 version for Windows by default. #2456

Merged
merged 1 commit into from Mar 29, 2021

Conversation

mikeller
Copy link
Member

@mikeller mikeller added this to the 10.8.0 milestone Mar 28, 2021
gulpfile.js Outdated
@@ -173,7 +173,7 @@ function getDefaultPlatform() {

break;
case 'win32':
defaultPlatform = 'win32';
defaultPlatform = 'wini64';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo a typo ... should 'win64'

@sonarcloud
Copy link

sonarcloud bot commented Mar 28, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.9% 0.9% Duplication

@mikeller mikeller merged commit d118188 into betaflight:master Mar 29, 2021
@mikeller mikeller deleted the generate_win64 branch March 29, 2021 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants