From 63030e1edc977e272715f316c9fa206fddbb82a6 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sun, 19 May 2024 14:45:32 -0500 Subject: [PATCH] Update gameupdate --- GAMEUPDATE.bat | 3 +++ patch-config.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/GAMEUPDATE.bat b/GAMEUPDATE.bat index b0f26d6..f14fe6a 100644 --- a/GAMEUPDATE.bat +++ b/GAMEUPDATE.bat @@ -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 diff --git a/patch-config.txt b/patch-config.txt index 588b3cd..e1fc737 100644 --- a/patch-config.txt +++ b/patch-config.txt @@ -1,3 +1,3 @@ username=DazedMTL -repo=Arisa-Grimoire +repo=Mindsweeper branch=main \ No newline at end of file