File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
- "version" : " 6.4.1 " ,
3
+ "version" : " 6.5.0 " ,
4
4
"description" : " GitHub notifications on your menu bar." ,
5
5
"main" : " build/main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 4
4
# =====================================================
5
5
sonar.projectKey =gitify-app_gitify
6
6
sonar.organization =gitify-app
7
- sonar.projectVersion =v6.4.1
7
+ sonar.projectVersion =v6.5.0
8
8
sonar.projectDescription =GitHub notifications on your menu bar.
9
9
10
10
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ import { TrayIcons } from './icons';
11
11
import MenuBuilder from './menu' ;
12
12
import Updater from './updater' ;
13
13
14
- // https://github.com/electron/electron/issues/46538
15
- if ( isLinux ) app . commandLine ?. appendSwitch ( 'gtk-version' , '3' ) ;
16
-
17
14
log . initialize ( ) ;
18
15
19
16
const browserWindowOpts = {
You can’t perform that action at this time.
0 commit comments