diff --git a/lib/main-window.js b/lib/main-window.js index 62ce14ac6..5b53448dd 100644 --- a/lib/main-window.js +++ b/lib/main-window.js @@ -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') diff --git a/package.json b/package.json index 932e2824a..703d462b4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "boost", + "productName": "Boostnote", "version": "0.8.14", "main": "index.js", "description": "Boostnote",