From 46127ad73c0daf7a21bf99f0131ff76e20053701 Mon Sep 17 00:00:00 2001 From: nessi Date: Wed, 18 Mar 2026 08:06:32 +0100 Subject: [PATCH] refactor: remove windows_subsystem attribute to enable console output in tunnel-helper Remove windows_subsystem = "windows" attribute from tunnel-helper to allow console output for debugging and logging. This enables stdout/stderr visibility when running the helper binary directly. --- desktop-client/tunnel-helper/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop-client/tunnel-helper/src/main.rs b/desktop-client/tunnel-helper/src/main.rs index 81ecedc..8ef7e6b 100644 --- a/desktop-client/tunnel-helper/src/main.rs +++ b/desktop-client/tunnel-helper/src/main.rs @@ -1,5 +1,3 @@ -#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] - use serde::{Deserialize, Serialize}; use std::{ env,