mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
Minor fixes for releasing otclient
This commit is contained in:
@@ -29,6 +29,11 @@ int main(int argc, const char* argv[])
|
||||
{
|
||||
std::vector<std::string> args(argv, argv + argc);
|
||||
|
||||
// setup application name and version
|
||||
g_app.setName("OTClient");
|
||||
g_app.setCompactName("otclient");
|
||||
g_app.setVersion("0.5.0_dev");
|
||||
|
||||
// initialize application framework and otclient
|
||||
g_app.init("otclient", args);
|
||||
g_otclient.init(args);
|
||||
|
||||
Reference in New Issue
Block a user