Remove .\ from in cleanup

This commit is contained in:
Dazed 2024-04-16 14:51:46 -05:00
parent 1059b91c02
commit e8c1ec8ba1
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -24,6 +24,9 @@
!README.md
!GameUpdate.bat
# Ignore
previous_patch_sha.txt
# Images
!z_state01.rpgmvp
!z_state03.rpgmvp

View file

@ -63,7 +63,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%-main"
del latest_patch_sha.txt
REM Store latest SHA for next check