mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 13:11:58 +08:00
Fix bogus error message on compilation
This commit is contained in:
parent
bf535c3a82
commit
de7c6c99ff
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ SET PYTHONPATH=c:\GIT\npbackup
|
||||||
"%PYTHON32%" -m pip install --upgrade -r npbackup/requirements.txt || GOTO ERROR
|
"%PYTHON32%" -m pip install --upgrade -r npbackup/requirements.txt || GOTO ERROR
|
||||||
"%PYTHON32%" bin\compile.py --sign "C:\ODJ\KEYS\NetInventEV.dat" %*
|
"%PYTHON32%" bin\compile.py --sign "C:\ODJ\KEYS\NetInventEV.dat" %*
|
||||||
|
|
||||||
|
GOTO END
|
||||||
|
|
||||||
:ERROR
|
:ERROR
|
||||||
echo "Failed to run build script"
|
echo "Failed to run build script"
|
||||||
:END
|
:END
|
||||||
|
|
Loading…
Add table
Reference in a new issue