mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-21 23:35:19 +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:
parent
151b8f2e14
commit
8be1722829
2 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue