Fixed: Bundle name under OS X

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-17 11:24:31 +02:00
parent 3476eeb5e9
commit 4aac2d263b

View file

@ -167,7 +167,7 @@ void CClientConfigDialog::onClickPlay()
clientFullPath += "ryzom_client_r.exe";
#endif
#elif defined(Q_OS_MAC)
clientFullPath += "Ryzom";
clientFullPath += "Ryzom.app";
#else
clientFullPath += "ryzom_client";
#endif