Skip to content

Commit af8eea5

Browse files
authored
Merge pull request #93 from basdelfos/linux-app-icon
Fix app icon for Linux
2 parents 579f2d8 + 9a1e5c4 commit af8eea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

background.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ function startApplication() {
77
innerBounds : {
88
'width' : 1340,
99
'height' : 920
10-
}
10+
},
11+
icon: 'images/bf_icon_128.png'
1112
});
1213
}
1314

0 commit comments

Comments
 (0)