1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Adjustments

This commit is contained in:
Andi Kanzler 2024-02-10 13:17:58 -03:00
parent 862a43330c
commit 2e29a5a224
6 changed files with 2122 additions and 1402 deletions

View file

@ -273,7 +273,7 @@ gulp.task('apps', gulp.series('dist', function(done) {
files: './dist/**/*',
buildDir: appsDir,
platforms: getPlatforms(),
flavor: 'sdk',
flavor: 'normal',
macIcns: './images/inav.icns',
winIco: './images/inav.ico',
version: get_nw_version(),
@ -727,4 +727,4 @@ gulp.task('watch', function () {
}
});
gulp.task('default', gulp.series('build'));
gulp.task('default', gulp.series('build'));