Skip to content

Commit 67321eb

Browse files
committed
icon changed
1 parent d2652da commit 67321eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/images/CodeShare.ico

83.2 KB
Binary file not shown.

src/js/WindowHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class WindowHandler {
1818

1919
this._mainWindow = new BrowserWindow({
2020
show: false,
21-
icon: `${__dirname}/../images/logo.gif.ico`
21+
icon: `${__dirname}/../images/CodeShare.ico`
2222
});
2323

2424
this._mainWindow.maximize();

0 commit comments

Comments
 (0)