1
0
Fork 0
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:
mikeller 2017-11-26 01:23:00 +13:00
parent dfe20b8cc3
commit dd99f88648
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ function getPlatforms() {
break;
case 'win32':
platform.push('win32');
platforms.push('win32');
break;