Add URL Handlers for Mac builds

This commit is contained in:
Preston 2020-10-09 21:05:03 -04:00
parent faf88c21f0
commit 922b0d7539
1 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,14 @@ const config = {
height: 380,
width: 540,
},
extendInfo: {
CFBundleURLTypes: [
'freetube'
],
CFBundleURLSchemes: [
'freetube'
]
}
},
linux: {
category: 'Network',