Update build.js
This commit is contained in:
parent
97100ca142
commit
0548baf649
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue