From 9fc7a0e1bde69aefea904eb958691425931ca7e7 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sun, 6 Apr 2025 16:46:33 -0300 Subject: [PATCH] added windows target to video stop callback --- src/video_stream.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_stream.rs b/src/video_stream.rs index 0e1763f..2945281 100644 --- a/src/video_stream.rs +++ b/src/video_stream.rs @@ -69,6 +69,7 @@ pub fn start_stream( return ctx.callback_null("armatak_video_error", "Error receiving stop signal"); } + #[cfg(target_os = "windows")] Ok(if let Err(e) = child.kill() { return ctx.callback_data( "armatak_video_error",