Changed: OS X bundles have app extension
--HG-- branch : develop
This commit is contained in:
parent
086401f5d1
commit
178c1acc3b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void CClientConfigDialog::onClickPlay()
|
|||
if( !started )
|
||||
QProcess::startDetached( "ryzom_client_d.exe" );
|
||||
#elif defined(Q_OS_MAC)
|
||||
started = QProcess::startDetached( "./Ryzom" );
|
||||
started = QProcess::startDetached( "./Ryzom.app" );
|
||||
#else
|
||||
started = QProcess::startDetached( "./ryzom_client" );
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue