fix ci and make macos service time check more aggressive

This commit is contained in:
rustdesk
2024-06-19 19:10:44 +08:00
parent 137f58a84a
commit adf0226641
2 changed files with 2 additions and 2 deletions

View File

@@ -1395,8 +1395,8 @@ pub fn install_service() -> bool {
"{cp} systemctl enable {app_name}; systemctl stop {app_name}; systemctl start {app_name};"
)) {
Config::set_option("stop-service".into(), "Y".into());
return true;
}
true
}
fn check_if_stop_service() {