Skip to content

Commit

Permalink
docs: remove grunt-asar mention (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Feb 4, 2025
1 parent ad4b111 commit c2a5f3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ await asar.createPackageWithOptions(src, dest, { transform: transform });
console.log('done.');
```

## Using with grunt

There is also an unofficial grunt plugin to generate asar archives at [bwin/grunt-asar][grunt-asar].

## Format

Asar uses [Pickle][pickle] to safely serialize binary value to file.
Expand Down Expand Up @@ -210,4 +206,3 @@ convert `Number` to UINT64.
* A integer value `blockSize` representing the size in bytes of each block in the `blocks` hashes above

[pickle]: https://chromium.googlesource.com/chromium/src/+/main/base/pickle.h
[grunt-asar]: https://github.com/bwin/grunt-asar

0 comments on commit c2a5f3a

Please sign in to comment.