diff --git a/patch.bat b/patch.bat index 0b2e8f0..2bd6393 100644 --- a/patch.bat +++ b/patch.bat @@ -95,7 +95,7 @@ xcopy /s /e /y "%repo%-%branch%\*" "." REM Clean up echo "Cleaning up..." del repo.zip -rmdir /s /q "%repo%-main" +rmdir /s /q "%repo%-%branch%" del latest_patch_sha.txt REM Store latest SHA for next check