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
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Both zip and tar allow for symbolic links to be included in archives as links, and not just as files. The launcher does not currently handle unarchiving correctly when symbolic links are encountered. As an example, the latest develop macOS archive contains the following symlink:
lrwxr-xr-x@ 1 Adam staff 16B Oct 10 15:06 libzip.5.dylib -> libzip.5.3.dylib
The above link was extracted using the default macOS Archive Utility, but similar results are seen when invoking unzip directly from the command line.
Using the launcher, we get the following:
-rw-r--r--@ 1 Adam staff 16B Oct 11 16:25 libzip.5.dylib