Explicitly set the window icon on Linux (#285)

* Explicitly set the window icon on Linux

* Explicitly set icon on all platforms

* Remove incorrect semicolon
This commit is contained in:
Matthew Harm Bekkema 2019-07-08 07:22:38 +10:00 committed by Preston
parent 805ed3297d
commit 77f67b5725
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ let init = function () {
autoHideMenuBar: true,
webPreferences: {
nodeIntegration: true,
}
},
icon: path.join(__dirname, '..', 'icons', 'iconColor.png')
});
settingsDb.findOne({