mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fixed OS X client and server paths
This commit is contained in:
@@ -103,12 +103,12 @@ std::string VCMIDirs::libraryPath() const
|
|||||||
|
|
||||||
std::string VCMIDirs::clientPath() const
|
std::string VCMIDirs::clientPath() const
|
||||||
{
|
{
|
||||||
return userDataPath() + "\\" + "VCMI_client.exe";
|
return "./vcmiclient";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string VCMIDirs::serverPath() const
|
std::string VCMIDirs::serverPath() const
|
||||||
{
|
{
|
||||||
return userDataPath() + "\\" + "VCMI_server.exe";
|
return "./vcmiserver";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> VCMIDirs::dataPaths() const
|
std::vector<std::string> VCMIDirs::dataPaths() const
|
||||||
|
|||||||
Reference in New Issue
Block a user