You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only expose an API to encrypt an existing source/dist/build folder. It would be nice to also have an API to encrypt an existing asar archive as a whole.
The text was updated successfully, but these errors were encountered:
I agree, I taught it's already possible through the beforePack and afterPack as said in the readme, But, I'm eager to use it through the CLI (and pack asar files)! Good work!
I agree, I taught it's already possible through the beforePack and afterPack as said in the readme
Then you must have overlooked that by mistake because even in the README it's only shown that input source folders are supported at the moment. This issue addresses this limitation so we can just specify a source .asar file and get an output .asar file instead.
Currently we only expose an API to encrypt an existing source/dist/build folder. It would be nice to also have an API to encrypt an existing asar archive as a whole.
The text was updated successfully, but these errors were encountered: