Fix branch name from main to master and add pause at script end
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
setlocal
|
||||
|
||||
set "REPO_URL=https://git.gurusushi.dyndns.org/guru/Video-Processing-Scripts.git"
|
||||
set "BRANCH=main"
|
||||
set "BRANCH=master"
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
|
||||
cd /d "%SCRIPT_DIR%"
|
||||
@@ -50,3 +50,4 @@ if exist ".git" (
|
||||
|
||||
echo Done.
|
||||
endlocal
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user