mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
Add app icon on Windows
This commit is contained in:
parent
8be1722829
commit
528f223a06
3 changed files with 3 additions and 1 deletions
|
@ -204,6 +204,7 @@ gulp.task('release', ['dist'], function(done) {
|
|||
platforms: ['win32', 'osx64', 'linux64'],
|
||||
flavor: 'normal',
|
||||
macIcns: './images/inav.icns',
|
||||
winIco: './images/inav.ico',
|
||||
});
|
||||
builder.on('log', console.log);
|
||||
builder.build(function (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue