diff --git a/src-tauri/patch/50version.dll b/src-tauri/patch/50version.dll deleted file mode 100644 index 64b00e8..0000000 Binary files a/src-tauri/patch/50version.dll and /dev/null differ diff --git a/src-tauri/patch/52version.dll b/src-tauri/patch/52version.dll deleted file mode 100644 index f57521e..0000000 Binary files a/src-tauri/patch/52version.dll and /dev/null differ diff --git a/src-tauri/patch/54version.dll b/src-tauri/patch/54version.dll deleted file mode 100644 index 4a93937..0000000 Binary files a/src-tauri/patch/54version.dll and /dev/null differ diff --git a/src-tauri/patch/53version.dll b/src-tauri/patch/5version.dll similarity index 100% rename from src-tauri/patch/53version.dll rename to src-tauri/patch/5version.dll diff --git a/src-tauri/src/patch.rs b/src-tauri/src/patch.rs index cabc217..8e03d81 100644 --- a/src-tauri/src/patch.rs +++ b/src-tauri/src/patch.rs @@ -153,8 +153,9 @@ pub async fn patch_game(_newer_game: bool, version: String) -> bool { return true; } - // For 5.0 and up + // For 5.0 and up use universal if i_ver > 49 { + patch_path = PathBuf::from(system_helpers::install_location()).join("patch/5version.dll"); let replaced50 = file_helpers::copy_file_with_new_name( patch_path.clone().to_str().unwrap().to_string(), get_game_rsa_path().await.unwrap(),