Remove .\ from in cleanup
This commit is contained in:
parent
1059b91c02
commit
e8c1ec8ba1
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -24,6 +24,9 @@
|
|||
!README.md
|
||||
!GameUpdate.bat
|
||||
|
||||
# Ignore
|
||||
previous_patch_sha.txt
|
||||
|
||||
# Images
|
||||
!z_state01.rpgmvp
|
||||
!z_state03.rpgmvp
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue