Update build.js

This commit is contained in:
Preston 2020-10-09 21:09:23 -04:00
parent 97100ca142
commit 0548baf649
1 changed files with 8 additions and 8 deletions

View File

@ -58,14 +58,6 @@ const config = {
window: {
height: 380,
width: 540,
},
extendInfo: {
CFBundleURLTypes: [
'freetube'
],
CFBundleURLSchemes: [
'freetube'
]
}
},
linux: {
@ -78,6 +70,14 @@ const config = {
icon: '_icons/iconColor.icns',
target: ['dmg', 'zip'],
type: 'distribution',
extendInfo: {
CFBundleURLTypes: [
'freetube'
],
CFBundleURLSchemes: [
'freetube'
]
}
},
win: {
icon: '_icons/iconColor.ico',