mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 00:05: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',
|
buildDir: './apps',
|
||||||
platforms: ['win32', 'osx64', 'linux64'],
|
platforms: ['win32', 'osx64', 'linux64'],
|
||||||
flavor: 'normal',
|
flavor: 'normal',
|
||||||
|
macIcns: './images/inav.icns',
|
||||||
});
|
});
|
||||||
builder.on('log', console.log);
|
builder.on('log', console.log);
|
||||||
builder.build(function (err) {
|
builder.build(function (err) {
|
||||||
|
|
BIN
images/inav.icns
Normal file
BIN
images/inav.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue