3 lines
86 B
Batchfile
3 lines
86 B
Batchfile
@echo off
|
|
set PATH=.\bin;%PATH%
|
|
..\runtime\bin\python\python_mcp update_patches.py
|