Fixes a very silly android bug.
Changelog
- Update Windows installer translations (ae589d2, dca28db, d12fb37, 08d8af3, f52cf02, 3fa1d9b)
- Add safe mode by holding shift on MacOS (e4905a0)
- Fix bug on android where
FileOperation::getFilePathwas not actually hooked (9885212)- This was a problem with our bindings, there the return type was TodoReturn instead of gd::string causing the hook to silently fail, leaving only the launcher hook (which is prone to failing) as a fallback.