-
Notifications
You must be signed in to change notification settings - Fork 491
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
Fix #3417 Symlinks to Directories in Mods Dir Aren't Traversed #3418
Fix #3417 Symlinks to Directories in Mods Dir Aren't Traversed #3418
Conversation
Works well on Linux
|
Performance AppImage works well. Dropped it into an install where I first observed the bug and it picked everything right up. Windows build is also happy with symlinks made with For testing:
|
Confirmed working on mac when using |
Yeah, Windows Shortcuts don't work for a similar reason. |
Fixes #3417
Adding a single option to this directory iterator allows Ship to recurse into directories targeted by symlinks.
Build Artifacts