mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +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
|
@ -27,7 +27,8 @@ in the configurator. If new files are added, they must be included in `gulpfile.
|
|||
- **dist**: Create a distribution of the app (valid for packaging both as a Chrome app or a NW.js app)
|
||||
in the `./dist/` directory.
|
||||
- **release**: Create NW.js apps for each supported platform (win32, osx64 and linux64) in the `./apps`
|
||||
directory.
|
||||
directory. Running this task on macOS or Linux requires Wine, since it's needed to set the icon
|
||||
for the Windows app.
|
||||
|
||||
## Authors
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
BIN
images/inav.ico
Normal file
BIN
images/inav.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Loading…
Add table
Add a link
Reference in a new issue