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 11{
22 "name" : " gitify" ,
3- "version" : " 6.0 .0" ,
3+ "version" : " 6.1 .0" ,
44 "description" : " GitHub notifications on your menu bar." ,
55 "main" : " build/main.js" ,
66 "scripts" : {
7979 " node_modules/**/*" ,
8080 " package.json"
8181 ],
82- "electronLanguages" : [" en" ],
82+ "electronLanguages" : [
83+ " en"
84+ ],
8385 "protocols" : [
8486 {
8587 "name" : " Gitify" ,
86- "schemes" : [" gitify" , " gitify-dev" ]
88+ "schemes" : [
89+ " gitify" ,
90+ " gitify-dev"
91+ ]
8792 }
8893 ],
8994 "mac" : {
9499 "notarize" : false ,
95100 "target" : {
96101 "target" : " default" ,
97- "arch" : [" universal" ]
102+ "arch" : [
103+ " universal"
104+ ]
98105 },
99106 "hardenedRuntime" : true ,
100107 "entitlements" : " assets/entitlements.mac.plist" ,
119126 "oneClick" : false
120127 },
121128 "linux" : {
122- "target" : [" AppImage" , " deb" , " rpm" ],
129+ "target" : [
130+ " AppImage" ,
131+ " deb" ,
132+ " rpm"
133+ ],
123134 "category" : " Development" ,
124135 "maintainer" : " Gitify Team"
125136 },
You can’t perform that action at this time.
0 commit comments