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

When packaging, handle symlinks by zipping the full target file instead of just the path to the symlink target. #148

Open
Identifier opened this issue Nov 3, 2024 · 0 comments

Comments

@Identifier
Copy link

Identifier commented Nov 3, 2024

I know symlinks are tricky to use successfully, and even Git has problems with them sometimes on Windows, but they're very convenient when working with multiple mods. Unfortunately, currently when packaging a mod with symlinked files in it, the file's contents in the .zip package simply contain the relative path to the target file, instead of containing the content of the actual target file. It would be nice if your package zipping could copy the full target file into the packaged zip file during the package process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant