From 3b40bb45864b78688a2dd8953435b094db739372 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 9 Oct 2022 22:27:27 +0100 Subject: [PATCH] fix a typo --- runprebuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runprebuild.bat b/runprebuild.bat index 9f541571ad..b2c1d214c8 100755 --- a/runprebuild.bat +++ b/runprebuild.bat @@ -1,6 +1,6 @@ @echo OFF -dotent bin\prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml +dotnet bin\prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml @echo Creating compile.bat rem To compile in debug mode