mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
add sharp requirements to asarUnpack
This commit is contained in:
parent
964c422a02
commit
ca3f418dc5
@ -29,7 +29,11 @@ const config = {
|
|||||||
directories: {
|
directories: {
|
||||||
output: "make",
|
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: {
|
mac: {
|
||||||
target: [
|
target: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user