BallonsTranslator / scripts /local_gitpull.bat
fasdfsa's picture
add models
fe7c10e
set scriptpath=%~dp0
cd %scriptpath%..
set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;PortableGit\cmd;%PATH%
git config http.sslVerify false
git pull
pause