1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 03:31:52 +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: { webPreferences: {
zoomFactor: 1.0, zoomFactor: 1.0,
blinkFeatures: 'OverlayScrollbars' blinkFeatures: 'OverlayScrollbars'
} },
icon: path.resolve(__dirname, '../resources/app.png')
}) })
const url = path.resolve(__dirname, './main.html') const url = path.resolve(__dirname, './main.html')

View File

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