Update gameupdate
This commit is contained in:
parent
4e4b7db7d2
commit
63030e1edc
2 changed files with 4 additions and 1 deletions
|
|
@ -66,6 +66,9 @@ del repo.zip
|
|||
rmdir /s /q "%repo%-main"
|
||||
del latest_patch_sha.txt
|
||||
|
||||
REM Call Apply Batch Script
|
||||
call apply.bat
|
||||
|
||||
REM Store latest SHA for next check
|
||||
echo %latest_patch_sha% > previous_patch_sha.txt
|
||||
endlocal
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
username=DazedMTL
|
||||
repo=Arisa-Grimoire
|
||||
repo=Mindsweeper
|
||||
branch=main
|
||||
Loading…
Reference in a new issue