From 7f1ca6f37aecdfe9b7325df7e57a881b89359b39 Mon Sep 17 00:00:00 2001 From: Color_yr <26276037+Coloryr@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:53:08 +0800 Subject: [PATCH] up sha1 --- src/ColorMC.Launcher/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ColorMC.Launcher/Program.cs b/src/ColorMC.Launcher/Program.cs index 7d1352f07..8940ce20a 100644 --- a/src/ColorMC.Launcher/Program.cs +++ b/src/ColorMC.Launcher/Program.cs @@ -46,10 +46,10 @@ public static class Program public static readonly string[] BaseSha1 = [ - "bd58a8c8365098d253de231f9ebd251b5e258e74", - "6032f845fdeceea9bec991b5956e8a362ce338ff", - "b4c6c4292e45a6422fa999877ba7bd484b187a8a", - "b72baf28731c3ea3e90b0a753e86ca39ebcd5bdd" + "f6b4215ce6aba05f3ce0047b36a5584140575cdf", + "3579213f38d88c8b81f86b48f235f3a4fdbaad79", + "e6db51604fd00a2c30e953912dfbf378244724d6", + "621bac500c40a5e949746ab406ab5f62f69ed7a4" ]; public delegate void IN(string[] args);