You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: