Skip to content

Commit b50854c

Browse files
theoephraimclaude
andcommitted
fix Windows build: import CommandExt for creation_flags
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 18d12d8 commit b50854c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/encryption-binary-rust/src/daemon_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ fn try_daemon_decrypt(ciphertext: &str, key_id: &str) -> Result<String, String>
145145
/// Spawn a daemon process and wait for it to be ready.
146146
#[cfg(target_os = "windows")]
147147
fn spawn_daemon() -> Result<(), String> {
148+
use std::os::windows::process::CommandExt;
148149
use std::process::Command;
149150

150151
let exe_path = std::env::current_exe()

0 commit comments

Comments
 (0)