Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
update 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
netharuM committed Jan 30, 2022
1 parent 0e9b50f commit 6c48497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6c48497

Please sign in to comment.