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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: