Duplicate xf-addon:build command doesn't work if the add-ons base directory is symlinked

Jake B.

Well-known member
Affected version
2.1.x
If you try to build an add-on and have the add-on directory (src/addons/Vendor/AddonName, for example) symlinked the built zip will have that symlink in it rather than actually copying the files
 
Manifestation might be a bit different, but I think this may ultimately be the same issue as reported here:


(Which yes, has been open for some time.)

Though worth checking, are you also using Windows symlinks (as referenced in that bug report)? Or is this a *nix symlink?
 
Top Bottom