Merge pull request #7 from ezKEa/main

feat(genshin): updated fps unlocker to 2.2.0
This commit is contained in:
Observer KRypt0n_ 2023-12-23 13:45:40 +02:00 committed by GitHub
commit ab476b3d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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