Fixed: Ryzom was the executable name in same directory
This commit is contained in:
parent
b868f6ecd4
commit
0b74b6105e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void CClientConfigDialog::onClickPlay()
|
||||||
clientFullPath += "ryzom_client_r.exe";
|
clientFullPath += "ryzom_client_r.exe";
|
||||||
#endif
|
#endif
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
clientFullPath += "Ryzom.app";
|
clientFullPath += "Ryzom";
|
||||||
#else
|
#else
|
||||||
clientFullPath += "ryzom_client";
|
clientFullPath += "ryzom_client";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue