1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +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;

View file

@ -8,7 +8,7 @@
"start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall",
"gulp" : "gulp"
"gulp": "gulp"
},
"window": {
"title": "Betaflight Configurator",