mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Fixed bug in gulpfile affecting win32.
This commit is contained in:
parent
dfe20b8cc3
commit
dd99f88648
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ function getPlatforms() {
|
|||
|
||||
break;
|
||||
case 'win32':
|
||||
platform.push('win32');
|
||||
platforms.push('win32');
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue