diff --git a/package.json b/package.json index a6be97b..b0c5123 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auto-bell", "productName": "auto-bell", - "version": "0.1.2", + "version": "0.1.3", "description": "auto-bell for the isipathana college media unit", "main": "src/index.js", "scripts": { diff --git a/src/index.js b/src/index.js index 1a2354f..537a231 100644 --- a/src/index.js +++ b/src/index.js @@ -77,7 +77,7 @@ const createWindow = () => { // Open the DevTools. // mainWindow.webContents.openDevTools(); - tray = new Tray(path.join("assets", "icon.png")); + tray = new Tray(path.join(__dirname, "../assets/icon.png")); let contextMenuTemplate = [ { label: "Quit",