RazerGenie
RazerGenie copied to clipboard
No lrelease?

https://gist.github.com/him5/00a87b861a6bd14e147c571f26cbb62e
lrelease is part of qt5-tools (or maybe called qt5-qttools or something else), so install that wherever you get your Qt5 from (looks like you're building on ChromeOS?)
yeah
I encounter the same thing on my system. The fix I did was use cmake instead of meson. I use a local gentoo ebuild that handles lots of things automatically. The following should work for a manual build.
cmake -G Ninja ninja
Closing as it's not an issue with the app itself.