mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: OS X bundles have app extension
This commit is contained in:
parent
3ac60ba7d8
commit
ec3e54f29f
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