Fixed: Bundle name under OS X

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 3476eeb5e9
commit 4aac2d263b

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

Loading…
Cancel
Save