We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the given documentation/tests, I struggle implementing a way to encode and write the contents of a directory to an ASAR file.
Would it be possible to extend the documentation, as to make it more clear how to achieve writing ASAR files?
The text was updated successfully, but these errors were encountered:
NVM. I figured it out.
Alas, the output is broken (due to #2) without using the patched version by yyq2013.
I'll gladly provide a PR for the example, provided the above bug is fixed.
Sorry, something went wrong.
@Happy-Ferret I implemented a pack option in cmd/asar/main.go that also uses the header fixes from https://github.com/yyq2013/asar
pack
cmd/asar/main.go
No branches or pull requests
Based on the given documentation/tests, I struggle implementing a way to encode and write the contents of a directory to an ASAR file.
Would it be possible to extend the documentation, as to make it more clear how to achieve writing ASAR files?
The text was updated successfully, but these errors were encountered: