To add a bit more to the recent post about the #Resonite CI/CD pipeline breaking compatibility between builds, here's a bit more:
Turns out, building FrooxEngine on Windows will output a different build than on Linux.
I'm suspecting something around how locales are defined as, for instance, Resonite is usually built on a PC using the CZ Windows locale, while my own computer is fi_FI and the runners are usually running en_US.
Not even sure why the output is even different at this point, probably some lingering generator from a long time ago that was left behind.
In any case, this is getting looked at right now; it's just one of those odd issues you encounter.

