feat: whiteboard, macos (#12780)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-08-30 22:16:35 +08:00 committed by GitHub
parent 438cef8cf9
commit e2ec6a5be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 796 additions and 409 deletions

View file

@ -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(())
}