From 15c982e13e9be100aa11acaf5eec65dad29211b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20**Felix**=20H=C3=A4berle?= Date: Sun, 16 Feb 2025 20:59:54 +0100 Subject: [PATCH] FIX: build.bat output name --- tools/nice123d_run/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nice123d_run/build.bat b/tools/nice123d_run/build.bat index 02140c2..3036484 100644 --- a/tools/nice123d_run/build.bat +++ b/tools/nice123d_run/build.bat @@ -1 +1 @@ -go build -o nice123d.exe main.go \ No newline at end of file +go build -o nice123d_run.exe main.go