File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
- "version" : " 6.0 .0" ,
3
+ "version" : " 6.1 .0" ,
4
4
"description" : " GitHub notifications on your menu bar." ,
5
5
"main" : " build/main.js" ,
6
6
"scripts" : {
79
79
" node_modules/**/*" ,
80
80
" package.json"
81
81
],
82
- "electronLanguages" : [" en" ],
82
+ "electronLanguages" : [
83
+ " en"
84
+ ],
83
85
"protocols" : [
84
86
{
85
87
"name" : " Gitify" ,
86
- "schemes" : [" gitify" , " gitify-dev" ]
88
+ "schemes" : [
89
+ " gitify" ,
90
+ " gitify-dev"
91
+ ]
87
92
}
88
93
],
89
94
"mac" : {
94
99
"notarize" : false ,
95
100
"target" : {
96
101
"target" : " default" ,
97
- "arch" : [" universal" ]
102
+ "arch" : [
103
+ " universal"
104
+ ]
98
105
},
99
106
"hardenedRuntime" : true ,
100
107
"entitlements" : " assets/entitlements.mac.plist" ,
119
126
"oneClick" : false
120
127
},
121
128
"linux" : {
122
- "target" : [" AppImage" , " deb" , " rpm" ],
129
+ "target" : [
130
+ " AppImage" ,
131
+ " deb" ,
132
+ " rpm"
133
+ ],
123
134
"category" : " Development" ,
124
135
"maintainer" : " Gitify Team"
125
136
},
You can’t perform that action at this time.
0 commit comments