Fixed: Ryzom was the executable name in same directory

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-17 13:13:55 +02:00
parent 3a2488a126
commit 292dd3b6fb

View file

@ -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