mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-11 20:04:46 +00:00
Changed: There is no suffix under Linux or OS X
This commit is contained in:
parent
e26325e3ac
commit
6936ec3b3f
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