Config file change

Script will now look for the correct config file
This commit is contained in:
Lee
2019-03-11 22:50:32 +00:00
committed by GitHub
parent 23330eae3d
commit 022c4413b7

View File

@@ -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";