From 4dd37b49422ddb6a53d281042b3a17158925b98a Mon Sep 17 00:00:00 2001 From: Stefan DK5SM <58949681+dk5sm@users.noreply.github.com> Date: Tue, 21 May 2024 17:00:20 +0200 Subject: [PATCH] Update GUI-Launch.bat adjusted path in file remarks to 'freedata_gui' instead of 'gui' --- tools/Windows/GUI-Launch.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Windows/GUI-Launch.bat b/tools/Windows/GUI-Launch.bat index 3d54f81c..03c3144b 100644 --- a/tools/Windows/GUI-Launch.bat +++ b/tools/Windows/GUI-Launch.bat @@ -1,5 +1,5 @@ -REM Place this batch file in FreeData/gui and then run it -REM ie. c:\FD-Src\gui +REM Place this batch file in FreeData/freedata_gui and then run it +REM ie. c:\FD-Src\freedata_gui call npm start -pause \ No newline at end of file +pause