Tags: jrainlau/asar
Tags
fix: better error message when extracting a file that doesn't exist i… …n the archive (electron#286)
fix: ensure that files/folders whose names are properties of Object.p… …rototype are packaged/extracted correctly (electron#253) * fix: ensure that files/folders whose names are properties of Object.prototype are packaged/extracted correctly * fix: directory name case * fix: remove trailing line endings
fix: Don't overwrite existing folders (electron#284) Don't overwrite existing folders
Merge pull request electron#246 from mmaietta/fix/empty-nested-direct… …ories fix: allowing nested empty directories. Fixes electron#245 and electron#144
feat: give better hints when failing due to bad links (electron#241)
feat: add file hashes to asar header (electron#221) * feat: add file hashes to asar header * feat: add getRawHeader method to public API * chore: fix lint * chore: update docs * refactor: use integrity instead of hash pairs * feat: add block hashes * fix: ensure executables are extracted with executable permission * fix: ensure symlinks are not deeply resolved when packaging * chore: update test files * chore: remove DS_Store * perf: generate block hashes as we parse the stream * docs: update README with new options * revert * chore: update per feedback
PreviousNext