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:
authorAlberto García Hierro <alberto@garciahierro.com>2017-09-04 17:27:02 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2017-09-04 17:27:02 +0300
commit8be1722829b02e6bb487bf9a6a6a9938683924c8 (patch)
tree160ac3c2e618a6a037abbe9b04bd8d6ad7f958fd /gulpfile.js
parent151b8f2e14324c0cf1d50e4d4691bab3dd75cef4 (diff)
Add .icns icon for the macOS app
Otherwise the icon won't show up in the Dock, it will use the default NW.js icon.
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 2be8c366..fcfd6ce9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -203,6 +203,7 @@ gulp.task('release', ['dist'], function(done) {
buildDir: './apps',
platforms: ['win32', 'osx64', 'linux64'],
flavor: 'normal',
+ macIcns: './images/inav.icns',
});
builder.on('log', console.log);
builder.build(function (err) {