mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-23 10:21:59 +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,
|
||||
width: 540,
|
||||
},
|
||||
extendInfo: {
|
||||
CFBundleURLTypes: [
|
||||
'freetube'
|
||||
],
|
||||
CFBundleURLSchemes: [
|
||||
'freetube'
|
||||
]
|
||||
}
|
||||
},
|
||||
linux: {
|
||||
category: 'Network',
|
||||
|
Loading…
Reference in New Issue
Block a user