mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-23 18:30:53 +01:00
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
Block a user