Commit dd4cb448 authored by dmMaze's avatar dmMaze
Browse files

update scripts

parent df4a6224
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ icons
tmp.py
dummy_scripts.py

*gitpython
PortableGit
test_dir
tmp
logs
+2 −1
Original line number Diff line number Diff line
@REM dependencies\libraries\py310\python.exe F:\repos\BallonsTranslator\ballontranslator
@REM @echo %PATH%

cd %~dp0

@echo off


@REM if not defined PYTHON (set PATH=pylibs;pylibs\Scripts;%%PATH%%
set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;%PATH%
set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;PortableGit\cmd;%PATH%
set PYTHON=python.exe

set ERROR_REPORTING=FALSE
+6 −1
Original line number Diff line number Diff line
set scriptpath=%~dp0
cd %scriptpath%..

set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;PortableGit\cmd;%PATH%
git pull

pause
 No newline at end of file