mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Ryzom was the executable name in same directory
This commit is contained in:
parent
4780450e41
commit
1c941a69f2
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void CClientConfigDialog::onClickPlay()
|
|||
clientFullPath += "ryzom_client_r.exe";
|
||||
#endif
|
||||
#elif defined(Q_OS_MAC)
|
||||
clientFullPath += "Ryzom.app";
|
||||
clientFullPath += "Ryzom";
|
||||
#else
|
||||
clientFullPath += "ryzom_client";
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue