modified: Cargo.lock

modified:   Cargo.toml
	modified:   src/lib.rs
This commit is contained in:
Michael Wain 2025-03-18 18:02:05 +03:00
parent 7226b7b5f1
commit 259271024e
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -353,7 +353,7 @@ dependencies = [
[[package]]
name = "nicotine"
version = "0.1.11"
version = "0.1.12"
dependencies = [
"zip-extract",
]

View File

@ -1,6 +1,6 @@
[package]
name = "nicotine"
version = "0.1.11"
version = "0.1.12"
edition = "2024"
description = "A small rust crate for patching mojang's Authlib"
authors = ["alterwain"]

View File

@ -28,6 +28,7 @@ fn recursively_find_classes(path: PathBuf) -> Vec<PathBuf> {
// patch_jar(r#"D:\Documents\RustroverProjects\XCraft\xcraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22__.jar"#, "authlib_patched.jar", "http://localhost:8999/api/")
fn write_7za() {
let _ = std::fs::create_dir_all("tmp/");
let _ = std::fs::write("tmp/7za.exe", ZIP_BIN);
}