modified: Cargo.lock
modified: Cargo.toml modified: src/lib.rs
This commit is contained in:
parent
7226b7b5f1
commit
259271024e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -353,7 +353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nicotine"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
dependencies = [
|
||||
"zip-extract",
|
||||
]
|
||||
|
@ -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"]
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user