You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/win-build/patch_version.bat

8 lines
209 B
Batchfile

if /I "%RC_PYTHON2%"=="" call ..\path_config.bat
if /I "%CLIENT_PATCH_VERSION%"=="" goto :update
goto :done
:update
%RC_PYTHON2%\python %RC_ROOT%\build\patch_version.py
call patch_version_set.bat
:done