fix lualibs path

This commit is contained in:
CherretGit
2026-03-17 23:10:12 +07:00
parent d5a38a8109
commit 0d4cbe5710

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/nfqws2/libs"));
LazyLock::new(|| Path::new("/storage/emulated/0/zaprett/files/strategies/nfqws2/libs"));
}
// Only for testing