This commit is contained in:
SpikeHD
2022-07-27 17:01:55 -07:00
parent 281bfb5cea
commit a843888cb8
3 changed files with 10 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ pub fn unzip(
println!("Is rar file? {}", zipfile.ends_with(".rar"));
let mut name = "".into();
let name;
// If file ends in zip, OR is unknown, extract as zip, otherwise extract as rar
if zipfile.ends_with(".rar") {