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