Fixed: Ryzom was the executable name in same directory

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 3a2488a126
commit 292dd3b6fb

@ -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…
Cancel
Save