From de7c6c99ff1300e7b57d6df1f663b1cb90c995ca Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 9 Jan 2025 23:59:01 +0100 Subject: [PATCH] Fix bogus error message on compilation --- bin/COMPILE.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/COMPILE.cmd b/bin/COMPILE.cmd index 4a9cd9d..0158eaf 100644 --- a/bin/COMPILE.cmd +++ b/bin/COMPILE.cmd @@ -30,6 +30,8 @@ SET PYTHONPATH=c:\GIT\npbackup "%PYTHON32%" -m pip install --upgrade -r npbackup/requirements.txt || GOTO ERROR "%PYTHON32%" bin\compile.py --sign "C:\ODJ\KEYS\NetInventEV.dat" %* +GOTO END + :ERROR echo "Failed to run build script" :END