From ec801b0167862d17ae4cedec5dc92ee58b4f9c4d Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 4 Feb 2025 11:44:42 -0800 Subject: [PATCH] docs: remove `grunt-asar` mention --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 421cdfa2..ff605d1f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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