Skip to content

Commit

Permalink
Fixed app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GyozaGuy committed Nov 4, 2022
1 parent 84fce65 commit 1ec0667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ function createWindow(cb) {

win = new BrowserWindow({
height,
icon: `${__dirname}/img/appicon-tray.png`,
icon: `${__dirname}/img/messages.png`,
show: false,
title: 'Android Messages',
title: 'Google Messages',
webPreferences: {
nodeIntegration: false,
plugins: true
Expand Down

0 comments on commit 1ec0667

Please sign in to comment.