1
0
Fork 0
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:
Alberto García Hierro 2017-09-04 15:38:05 +01:00
parent 8be1722829
commit 528f223a06
3 changed files with 3 additions and 1 deletions

View file

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