Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option absolute/relative symlinks #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ipetrovic11
Copy link

Sometimes there is a need symlinks to be exactly like they were creating during creation of ZIP file and we don't want symlinks to be absolute always.

I've created option 'absolute' which leaves default behavior by default, but if there is a need someone could pass 'false' and get relative links.

One example where this is needed - decompression of Electron based application update on MacOS. Once we extract .app file we wan't to be able to move it around(Desktop, Applications folder, etc..) and if we have absolute symlinks it won't work. But if we have relative symlinks everything works like a charm.

Ivan Petrovic and others added 3 commits August 23, 2019 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant