asar icon indicating copy to clipboard operation
asar copied to clipboard

When using --unpack, the directory info is not updated

Open Gregg8 opened this issue 9 years ago • 0 comments

I used the command asar pack app app.asar --unpack *.dll to exclude a single dll from my asar.

The file was extracted to the correct directory and it was removed from the asar file, however the dll still appears in a directory listing and when you try to extract all the files with asar e app.asar tmp it fails on that file:

fs.js:427
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^
Error: ENOENT, no such file or directory  'D:\dev\...

Gregg8 avatar May 29 '15 01:05 Gregg8