Skip to content

Commit c56997c

Browse files
author
Kim Neunert
authored
Merge branch 'master' into scrollbar
2 parents fb9e5a2 + d81a566 commit c56997c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyinstaller/electron/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function initMainWindow(specterURL) {
192192
mainWindow = new BrowserWindow({
193193
width: parseInt(dimensions.width * 0.8),
194194
height: parseInt(dimensions.height * 0.8),
195+
icon: path.join(__dirname, '/assets/icon.png'),
195196
webPreferences
196197
})
197198

0 commit comments

Comments
 (0)