From 5d3ae961b2ca9d13c5136939324d8016b4c18dbc Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 20 Mar 2025 14:05:05 +0100 Subject: [PATCH] packages: Windows: Fix debug script. --- packages/debug.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/debug.bat b/packages/debug.bat index c192c4c..41c4903 100644 --- a/packages/debug.bat +++ b/packages/debug.bat @@ -1,5 +1,4 @@ @ECHO OFF -start cmd /c test3\Acoused.exe - +acoused.exe > error.txt 2>&1