Jake B.
Well-known member
- Affected version
- 2.0.4
I reported this previously, but it's started happening again and has been making it impossible for us to reinstall add-ons without first deleting these output directories. This is the most recent output directory generated by XFRM:
And for XFMG:
I haven't yet been able to pinpoint exactly what has been triggering these to happen because it doesn't seem to happen on install or uninstall anymore, and it's not something I notice immediately (or at all until I need to either reinstall or upgrade one of these add-ons and everything disappears).
Maybe it'd be best to only create an
And for XFMG:
I haven't yet been able to pinpoint exactly what has been triggering these to happen because it doesn't seem to happen on install or uninstall anymore, and it's not something I notice immediately (or at all until I need to either reinstall or upgrade one of these add-ons and everything disappears).
Maybe it'd be best to only create an
_output
directory when running xf-addon:create
or when you specifically want to generate the output for an add-on, and if the _output directory doesn't exist it shouldn't create one, or attempt to put anything in it. (probably would need to have it generate a .gitkeep or something similar inside the empty directory so it's kept on VCS when empty)