disable windows service install/uninstall
This commit is contained in:
parent
14541fd182
commit
594ce024e7
3 changed files with 7 additions and 2 deletions
|
|
@ -283,6 +283,7 @@ pub fn set_option(key: String, value: String) {
|
|||
return;
|
||||
}
|
||||
}
|
||||
/*
|
||||
#[cfg(any(target_os = "windows"))]
|
||||
{
|
||||
if crate::platform::is_installed() {
|
||||
|
|
@ -294,6 +295,7 @@ pub fn set_option(key: String, value: String) {
|
|||
return;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
if value.is_empty() {
|
||||
options.remove(&key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue