From 350b066e59327598b8d0cd6647098049ed2918fb Mon Sep 17 00:00:00 2001 From: Isaak Date: Mon, 12 Feb 2024 18:17:00 +0100 Subject: [PATCH] Update build.bat --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 7cbf178..28e8968 100644 --- a/build.bat +++ b/build.bat @@ -15,6 +15,6 @@ git fetch --all --tags cd .. robocopy VRCTextboxSTT TextboxSTT /MOVE /E /NFL /NDL /NJH /NJS /nc /ns /np 7z x ../git_python.7z -oTextboxSTT +TextboxSTT\python\python.exe -m pip install --upgrade pip set /p version=< ../src/VERSION -cd build 7z a TextboxSTT.zip TextboxSTT \ No newline at end of file