mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Add images to the MCM fonts
This commit is contained in:
parent
c167f48c73
commit
c673e0b2ac
21 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ function dist_libraries() {
|
|||
}
|
||||
|
||||
function dist_resources() {
|
||||
return gulp.src('./resources/**/*', { base: '.'})
|
||||
return gulp.src(['./resources/**/*', '!./resources/osd/**/*.png'], { base: '.'})
|
||||
.pipe(gulp.dest(DIST_DIR));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue