From 2b207d8b7fc13b67b626ca467216bd98af054e43 Mon Sep 17 00:00:00 2001 From: Loki Rautio Date: Sat, 7 Mar 2026 13:35:51 -0600 Subject: [PATCH] Restore original BuildVer.h --- Minecraft.Client/postbuild.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Client/postbuild.ps1 b/Minecraft.Client/postbuild.ps1 index b46df5aa9..8ffc9b98b 100644 --- a/Minecraft.Client/postbuild.ps1 +++ b/Minecraft.Client/postbuild.ps1 @@ -39,3 +39,5 @@ foreach ($copy in $copies) { xcopy /q /y /i /s /e /d "$src" "$dst" 2>$null } } + +git restore "**/BuildVer.h" \ No newline at end of file