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:
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;
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue