feat(genshin): updated fps unlocker to 2.1.1

This commit is contained in:
Observer KRypt0n_ 2023-06-08 16:40:27 +02:00
parent 5d12257f53
commit c4090ead63
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -9,8 +9,8 @@ use super::config::schema::prelude::FpsUnlockerConfig;
pub mod config_schema;
const LATEST_INFO: (&str, &str) = (
"a885a80793278133f4cce2a7d28a88be",
"https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.0/unlockfps_clr.exe"
"6ae7e63ada5b5f911c1f927c06945674",
"https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.1/unlockfps_clr.exe"
);
#[derive(Debug, Clone, PartialEq, Eq)]