Skip to content

Commit bab4d8f

Browse files
ndrenRokt33r
authored andcommitted
Fix missing icon
1 parent 772e0c9 commit bab4d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/electron/windows.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function createAWindow(
4343
minWidth: 960,
4444
minHeight: 630,
4545
show: false,
46+
icon: path.join(app.getAppPath(), '../static/logo.png'),
4647
...options,
4748
}
4849

0 commit comments

Comments
 (0)