From 373df131417456ebe8f45b85088c157fc9f749b2 Mon Sep 17 00:00:00 2001 From: Ming Date: Sun, 21 Apr 2024 20:41:13 +0800 Subject: [PATCH] fix: fix realtime gui launch script windows (#1994) --- go-realtime-gui.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-realtime-gui.bat b/go-realtime-gui.bat index d0ed2dc..d1eeb9e 100644 --- a/go-realtime-gui.bat +++ b/go-realtime-gui.bat @@ -1,2 +1,2 @@ -runtime\python.exe --nocheck gui_v1.py +runtime\python.exe gui_v1.py --nocheck pause