When splitting XSTUDIO_PLUGIN_PATH, it uses ':' on all platforms, instead of using ';' on Windows. (ref: https://github.com/AcademySoftwareFoundation/xstudio/blob/57f24687ec8039ba0c8599bd140f656bd1cf79b2/src/plugin_manager/src/plugin_manager_actor.cpp#L33) I've got a PR that I've created to fix this issue
When splitting XSTUDIO_PLUGIN_PATH, it uses ':' on all platforms, instead of using ';' on Windows. (ref:
xstudio/src/plugin_manager/src/plugin_manager_actor.cpp
Line 33 in 57f2468
I've got a PR that I've created to fix this issue