decompress-zip icon indicating copy to clipboard operation
decompress-zip copied to clipboard

Symlink issue on MacOS

Open ipetrovic11 opened this issue 6 years ago • 1 comments

On MacOS there is an issue with symlinks after extract. Paths are absolute and in case that some files are moved they become invalid.

Example is with packed Electron.app. After extracting all symlinks are absolute and if Electron.app is moved to another folder it becomes corrupted.

Solution would be to provide option to select between relative and absolute symlink paths. Node.js fs already has great utility for that path.relative.

ipetrovic11 avatar Aug 22 '19 19:08 ipetrovic11

Any solution?

Nashorn avatar Mar 05 '21 11:03 Nashorn