mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 00:58:36 +00:00
Config file change
Script will now look for the correct config file
This commit is contained in:
@@ -337,7 +337,7 @@ public:
|
|||||||
std::string cfg_file = conf_path + "/premium.conf";
|
std::string cfg_file = conf_path + "/premium.conf";
|
||||||
|
|
||||||
#if PLATFORM == PLATFORM_WINDOWS
|
#if PLATFORM == PLATFORM_WINDOWS
|
||||||
cfg_file = "my_custom.conf";
|
cfg_file = "premium.conf";
|
||||||
#endif
|
#endif
|
||||||
std::string cfg_def_file = cfg_file + ".dist";
|
std::string cfg_def_file = cfg_file + ".dist";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user