mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Fixed release build script.
This commit is contained in:
parent
c6c848dd8d
commit
f9d8618c69
1 changed files with 6 additions and 2 deletions
|
@ -342,9 +342,13 @@ gulp.task('release', ['apps', 'clean-release'], function () {
|
|||
|
||||
if (platforms.indexOf('linux64') !== -1) {
|
||||
release_linux64();
|
||||
} else if (platforms.indexOf('osx64') !== -1) {
|
||||
}
|
||||
|
||||
if (platforms.indexOf('osx64') !== -1) {
|
||||
release_osx64();
|
||||
} else if (platforms.indexOf('win32') !== -1) {
|
||||
}
|
||||
|
||||
if (platforms.indexOf('win32') !== -1) {
|
||||
release_win32();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue