mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +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;
|
break;
|
||||||
case 'win32':
|
case 'win32':
|
||||||
platform.push('win32');
|
platforms.push('win32');
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .",
|
"start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .",
|
||||||
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
|
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
|
||||||
"postinstall": "npm run _postinstall",
|
"postinstall": "npm run _postinstall",
|
||||||
"gulp" : "gulp"
|
"gulp": "gulp"
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"title": "Betaflight Configurator",
|
"title": "Betaflight Configurator",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue