feat(genshin): updated fps unlocker to 2.2.0

This commit is contained in:
ezKEa 2023-12-19 23:01:28 -05:00
parent dcd1b3e3ed
commit cf15300026

View file

@ -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)]