eprintln!("[\x1b[33mWARNING\x1b[0m] The configured updater endpoint doesn't use `https` protocol. This is allowed in development but will fail in release builds.");
#[cfg(not(debug_assertions))]
returnErr(serde::de::Error::custom(
"The configured updater endpoint must use the `https` protocol.",