feat: whiteboard, macos (#12780)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
438cef8cf9
commit
e2ec6a5be8
14 changed files with 796 additions and 409 deletions
|
|
@ -780,7 +780,7 @@ pgrep -x 'RustDesk' | grep -v {} | xargs kill -9 && rm -rf /Applications/RustDes
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn update_to(file: &str) -> ResultType<()> {
|
||||
pub fn update_to(_file: &str) -> ResultType<()> {
|
||||
update_extracted(UPDATE_TEMP_DIR)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue