mirror of https://github.com/Kylart/KawAnime.git
Switched to extraResources only
This commit is contained in:
parent
ce6cee96b3
commit
a30776ba24
|
@ -72,14 +72,12 @@ module.exports = {
|
||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
mac: {
|
mac: {
|
||||||
extraFiles: [
|
extraResources: [
|
||||||
{
|
{
|
||||||
from: './bindings/build/Release',
|
from: './bindings/build/Release',
|
||||||
to: '.',
|
to: '.',
|
||||||
filter: ['*.dylib']
|
filter: ['*.dylib']
|
||||||
}
|
},
|
||||||
],
|
|
||||||
extraResources: [
|
|
||||||
{
|
{
|
||||||
from: './public/mpv',
|
from: './public/mpv',
|
||||||
to: 'mpv',
|
to: 'mpv',
|
||||||
|
@ -89,14 +87,12 @@ module.exports = {
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
category: 'Network',
|
category: 'Network',
|
||||||
extraFiles: [
|
extraResources: [
|
||||||
{
|
{
|
||||||
from: './bindings/build/Release',
|
from: './bindings/build/Release',
|
||||||
to: '.',
|
to: '.',
|
||||||
filter: ['*.so']
|
filter: ['*.so']
|
||||||
}
|
},
|
||||||
],
|
|
||||||
extraResources: [
|
|
||||||
{
|
{
|
||||||
from: './public/mpv',
|
from: './public/mpv',
|
||||||
to: 'mpv',
|
to: 'mpv',
|
||||||
|
@ -105,14 +101,12 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
win: {
|
win: {
|
||||||
extraFiles: [
|
extraResources: [
|
||||||
{
|
{
|
||||||
from: '.\\bindings\\build\\Release',
|
from: '.\\bindings\\build\\Release',
|
||||||
to: '.',
|
to: '.',
|
||||||
filter: ['*.dll']
|
filter: ['*.dll']
|
||||||
}
|
},
|
||||||
],
|
|
||||||
extraResources: [
|
|
||||||
{
|
{
|
||||||
from: '.\\public\\mpv',
|
from: '.\\public\\mpv',
|
||||||
to: 'mpv',
|
to: 'mpv',
|
||||||
|
|
Loading…
Reference in New Issue