fix(genshin): updated fps unlocker data

This commit is contained in:
Observer KRypt0n_ 2023-05-24 16:53:51 +02:00
parent 62e31155f2
commit f95dd8dea6
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; pub mod config_schema;
const LATEST_INFO: (&str, &str) = ( const LATEST_INFO: (&str, &str) = (
"6040a6f0be5dbf4d55d6b129cad47b5b", "a885a80793278133f4cce2a7d28a88be",
"https://github.com/34736384/genshin-fps-unlock/releases/download/v2.0.0/unlockfps_clr.exe" "https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.0/unlockfps_clr.exe"
); );
#[derive(Debug, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)]