mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-10 14:29:39 -04:00
Fixed steam url
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
namespace smoke_api::config {
|
||||
Config instance; // NOLINT(cert-err58-cpp)
|
||||
|
||||
// TODO: Refactor to Koalabox
|
||||
void init_config() {
|
||||
const auto path = paths::get_config_path();
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ namespace smoke_api {
|
||||
koalabox::logger::init_file_logger(paths::get_log_path());
|
||||
}
|
||||
|
||||
// This kind of timestamp is reliable on for CI builds, as it will reflect the compilation
|
||||
// This kind of timestamp is reliable only for CI builds, as it will reflect the compilation
|
||||
// time stamp only when this file gets recompiled.
|
||||
LOG_INFO("🐨 {} v{} | Compiled at '{}'", PROJECT_NAME, PROJECT_VERSION, __TIMESTAMP__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user