diff --git a/src/util.rs b/src/util.rs index 2f6b6f7f6..7ede69358 100644 --- a/src/util.rs +++ b/src/util.rs @@ -907,6 +907,7 @@ Self-update only works with prebuilt binaries released on GitHub https://github. #[cfg(not(feature = "self_update"))] pub const fn qsv_check_for_update(_check_only: bool, _no_confirm: bool) -> Result { + winfo!("Self-update is disabled in this build."); Ok(true) }