got-scraping icon indicating copy to clipboard operation
got-scraping copied to clipboard

An error occurs after Electron builds

Open Stitch-cc opened this issue 1 year ago • 0 comments

Issue 1: The header-generator dependency uses __dirname to get the built-in zip configuration file at initialization time, but asar doesn't seem to support reading it.

Is it possible to optimize the configuration to handle this issue rather than modifying the source code yourself? image

Issue 2: cloneResponse instantiating PassThrough does not seem to have autoDestroy: false configured, a similar configuration exists in fixDecompress.

image

Stitch-cc avatar Aug 14 '23 08:08 Stitch-cc