Add URL Handlers for Mac builds
This commit is contained in:
parent
faf88c21f0
commit
922b0d7539
|
@ -59,6 +59,14 @@ const config = {
|
||||||
height: 380,
|
height: 380,
|
||||||
width: 540,
|
width: 540,
|
||||||
},
|
},
|
||||||
|
extendInfo: {
|
||||||
|
CFBundleURLTypes: [
|
||||||
|
'freetube'
|
||||||
|
],
|
||||||
|
CFBundleURLSchemes: [
|
||||||
|
'freetube'
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
category: 'Network',
|
category: 'Network',
|
||||||
|
|
Loading…
Reference in New Issue