This commit is contained in:
CherretGit
2026-03-10 20:45:11 +07:00
parent a379c35334
commit 987eac51b9

View File

@@ -7,7 +7,7 @@ pub mod path {
pub static ZAPRETT_DIR_PATH: LazyLock<&Path> =
LazyLock::new(|| Path::new("/storage/emulated/0/zaprett"));
pub static ZAPRETT_LIBS_PATH: LazyLock<&Path> =
LazyLock::new(|| Path::new("/storage/emulated/0/zaprett/strategies/nfwqs2/libs"));
LazyLock::new(|| Path::new("/storage/emulated/0/zaprett/strategies/nfqws2/libs"));
}
// Only for testing
@@ -21,5 +21,5 @@ pub mod path {
pub static ZAPRETT_DIR_PATH: LazyLock<&Path> =
LazyLock::new(|| Path::new("zaprett_dir"));
pub static ZAPRETT_LIBS_PATH: LazyLock<&Path> =
LazyLock::new(|| Path::new("zaprett_dir/strategies/nfwqs2/libs"));
LazyLock::new(|| Path::new("zaprett_dir/strategies/nfqws2/libs"));
}