mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
add sharp requirements to asarUnpack
This commit is contained in:
parent
964c422a02
commit
ca3f418dc5
@ -29,7 +29,11 @@ const config = {
|
||||
directories: {
|
||||
output: "make",
|
||||
},
|
||||
asarUnpack: ["dist/bin/**/*"],
|
||||
asarUnpack: [
|
||||
"dist/bin/**/*", // wavesrv and wsh binaries
|
||||
"**/node_modules/sharp/**/*", // Requirement for sharp, a dependency of the fast-average-color-node package
|
||||
"**/node_modules/@img/**/*", // Requirement sharp, a dependency of the fast-average-color-node package
|
||||
],
|
||||
mac: {
|
||||
target: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user