I'm trying to set up build on a remote Cent OS server and stuck with error. I installed wine, but since the server has 64-bit architecture, wine command is wine64, not just wine. Each time I try to make a Windows build, I get the Could not find "wine" on your system... Make sure that the "wine" executable is in your PATH. error. It seems like it's trying to execute "wine" command, but I have "wine64" instead, and according to various guides, it's ok. Making an alias didn't help. Could someone suggest how I can workaround this issue?
Thanks.