From cf153000268b65b22920fd04fb80d184e7a7931c Mon Sep 17 00:00:00 2001 From: ezKEa Date: Tue, 19 Dec 2023 23:01:28 -0500 Subject: [PATCH] feat(genshin): updated fps unlocker to 2.2.0 --- src/games/genshin/fps_unlocker/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/games/genshin/fps_unlocker/mod.rs b/src/games/genshin/fps_unlocker/mod.rs index 8f00e9d..9042c87 100644 --- a/src/games/genshin/fps_unlocker/mod.rs +++ b/src/games/genshin/fps_unlocker/mod.rs @@ -9,8 +9,8 @@ use super::config::schema::prelude::FpsUnlockerConfig; pub mod config_schema; const LATEST_INFO: (&str, &str) = ( - "6ae7e63ada5b5f911c1f927c06945674", - "https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.1/unlockfps_clr.exe" + "cff81830eebd3566d51b73ffaa444035", + "https://github.com/34736384/genshin-fps-unlock/releases/download/v2.2.0/unlockfps_clr.exe" ); #[derive(Debug, Clone, PartialEq, Eq)]