Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit e60ded0

Browse files
dbpolitoadamdotdevin
authored andcommitted
chore(desktop): Stop Killing opencode-cli on dev
1 parent 4b2a14c commit e60ded0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/desktop/src-tauri/src

packages/desktop/src-tauri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async fn check_server_health(url: &str, password: Option<&str>) -> bool {
223223
pub fn run() {
224224
let updater_enabled = option_env!("TAURI_SIGNING_PRIVATE_KEY").is_some();
225225

226-
#[cfg(target_os = "macos")]
226+
#[cfg(all(target_os = "macos", not(debug_assertions)))]
227227
let _ = std::process::Command::new("killall")
228228
.arg("opencode-cli")
229229
.output();

0 commit comments

Comments
 (0)