fix CI failed build on linux

This commit is contained in:
chenbaiyu 2022-01-14 03:43:01 +08:00
parent e23eb3e79b
commit fea4b068cd

View File

@ -273,6 +273,7 @@ pub async fn start_server(is_server: bool, _tray: bool) {
log::info!("XAUTHORITY={:?}", std::env::var("XAUTHORITY")); log::info!("XAUTHORITY={:?}", std::env::var("XAUTHORITY"));
} }
#[cfg(target_os = "macos")]
sync_and_watch_config_dir().await; sync_and_watch_config_dir().await;
if is_server { if is_server {