mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
add hash check
This commit is contained in:
@@ -9,7 +9,7 @@ pub fn get_body(url: &str) -> Vec<u8> {
|
||||
res
|
||||
}
|
||||
|
||||
pub fn _get_body_string(url: &str) -> String {
|
||||
pub fn get_body_string(url: &str) -> String {
|
||||
String::from_utf8(get_body(url)).unwrap()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user