Changed: There is no suffix under Linux or OS X
This commit is contained in:
parent
9f75bed8c2
commit
c440e9586a
1 changed files with 3 additions and 5 deletions
|
@ -163,12 +163,10 @@ void CClientConfigDialog::onClickPlay()
|
|||
QProcess::startDetached( "ryzom_client_rd.exe" );
|
||||
if( !started )
|
||||
QProcess::startDetached( "ryzom_client_d.exe" );
|
||||
#elif defined(Q_OS_MAC)
|
||||
started = QProcess::startDetached( "./Ryzom" );
|
||||
#else
|
||||
started = QProcess::startDetached( "./ryzom_client_r" );
|
||||
if( !started )
|
||||
QProcess::startDetached( "./ryzom_client_rd" );
|
||||
if( !started )
|
||||
QProcess::startDetached( "./ryzom_client_d" );
|
||||
started = QProcess::startDetached( "./ryzom_client" );
|
||||
#endif
|
||||
|
||||
onClickOK();
|
||||
|
|
Loading…
Reference in a new issue