Fix branch name from main to master and add pause at script end

This commit is contained in:
2026-05-21 20:03:00 -04:00
parent 3ce8efc3f1
commit 33a49f39aa
+2 -1
View File
@@ -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