Loading .gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ icons tmp.py dummy_scripts.py *gitpython PortableGit test_dir tmp logs Loading launch_win.bat +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 Loading scripts/local_gitpull.bat +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 Loading
.gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ icons tmp.py dummy_scripts.py *gitpython PortableGit test_dir tmp logs Loading
launch_win.bat +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 Loading
scripts/local_gitpull.bat +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