We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772e0c9 commit bab4d8fCopy full SHA for bab4d8f
src/electron/windows.ts
@@ -43,6 +43,7 @@ export function createAWindow(
43
minWidth: 960,
44
minHeight: 630,
45
show: false,
46
+ icon: path.join(app.getAppPath(), '../static/logo.png'),
47
...options,
48
}
49
0 commit comments