refactor: disable mullvad and tor profile creation as well as nightly releases

This commit is contained in:
zhom
2025-08-10 06:57:45 +04:00
parent 92ef2798d2
commit daa36f008b
6 changed files with 88 additions and 126 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ mod linux {
Err("Could not detect theme from system files".into())
}
fn is_command_available(command: &str) -> bool {
pub fn is_command_available(command: &str) -> bool {
Command::new("which")
.arg(command)
.output()