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"
|
rmdir /s /q "%repo%-main"
|
||||||
del latest_patch_sha.txt
|
del latest_patch_sha.txt
|
||||||
|
|
||||||
|
REM Call Apply Batch Script
|
||||||
|
call apply.bat
|
||||||
|
|
||||||
REM Store latest SHA for next check
|
REM Store latest SHA for next check
|
||||||
echo %latest_patch_sha% > previous_patch_sha.txt
|
echo %latest_patch_sha% > previous_patch_sha.txt
|
||||||
endlocal
|
endlocal
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
username=DazedMTL
|
username=DazedMTL
|
||||||
repo=Arisa-Grimoire
|
repo=Mindsweeper
|
||||||
branch=main
|
branch=main
|
||||||
Loading…
Reference in a new issue