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