Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-09-11 12:46:05 +0300
committerDarren Lines <darren@darrenlines.uk>2022-09-11 12:46:05 +0300
commit2eddfc508731ab8943959904c6533e783b6df97c (patch)
tree4429b998770f2beef5fcb516a4f0c8612202d2da /gulpfile.js
parent3f0d29dceb2ef49fa54aca40419f96970572793e (diff)
Re-organise resources/osd to separate analogue, and add HD font support
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 6abd30f7..473a4d26 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -250,7 +250,7 @@ gulp.task('dist-build', gulp.series('build', function() {
'./src/css/opensans_webfontkit/*.{eot,svg,ttf,woff,woff2}',
'./resources/*.json',
'./resources/models/*',
- './resources/osd/*.mcm',
+ './resources/osd/analogue/*.mcm',
'./resources/motor_order/*.svg',
];
return gulp.src(distSources, { base: '.' })