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

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.
This commit is contained in:
Alberto García Hierro 2017-09-04 15:27:02 +01:00
parent 151b8f2e14
commit 8be1722829
2 changed files with 1 additions and 0 deletions

View file

@ -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) {

BIN
images/inav.icns Normal file

Binary file not shown.