Skip to content

Commit 9a1e5c4

Browse files
committed
Fix app icon for Linux
1 parent 579f2d8 commit 9a1e5c4

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)