modified: Cargo.lock
modified: Cargo.toml new file: src/7zip/7za.dll new file: src/7zip/7za.exe new file: src/7zip/7zxa.dll modified: src/lib.rs
This commit is contained in:
parent
c64d5948c5
commit
d5ac96d2c9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -353,7 +353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nicotine"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
dependencies = [
|
||||
"walkdir",
|
||||
"zip",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nicotine"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
edition = "2024"
|
||||
description = "A small rust crate for patching mojang's Authlib"
|
||||
authors = ["alterwain"]
|
||||
|
BIN
src/7zip/7za.dll
Normal file
BIN
src/7zip/7za.dll
Normal file
Binary file not shown.
BIN
src/7zip/7za.exe
Normal file
BIN
src/7zip/7za.exe
Normal file
Binary file not shown.
BIN
src/7zip/7zxa.dll
Normal file
BIN
src/7zip/7zxa.dll
Normal file
Binary file not shown.
@ -62,7 +62,7 @@ pub fn patch_jar(input_jar: &str, output_jar: &str, endpoint: &str) -> Result<()
|
||||
|
||||
zip_dir(&target_dir, &target_dir, jar)?;
|
||||
|
||||
std::fs::remove_dir_all(&target_dir)?;
|
||||
//std::fs::remove_dir_all(&target_dir)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user