1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #806 from sferra/fix-app-name-and-icon-on-linux

Fix app name and icon on linux
This commit is contained in:
SuenagaRyota
2017-08-18 18:44:37 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ const mainWindow = new BrowserWindow({
webPreferences: {
zoomFactor: 1.0,
blinkFeatures: 'OverlayScrollbars'
}
},
icon: path.resolve(__dirname, '../resources/app.png')
})
const url = path.resolve(__dirname, './main.html')

View File

@@ -1,5 +1,6 @@
{
"name": "boost",
"productName": "Boostnote",
"version": "0.8.14",
"main": "index.js",
"description": "Boostnote",