NodeTester: use libminising.so instead of libsingbox.so for speed test helper

This commit is contained in:
Sing Dev
2026-04-06 01:21:16 +08:00
parent f2617acbb5
commit 536d3abfda

View File

@@ -40,7 +40,7 @@ object NodeTester {
if (nodes.isEmpty()) return
val configFile = generateHelperConfig(ctx, nodes)
val singBoxPath = ctx.applicationInfo.nativeLibraryDir + "/libsingbox.so"
val singBoxPath = ctx.applicationInfo.nativeLibraryDir + "/libminising.so"
val logFile = ctx.filesDir.absolutePath + "/sing-box-helper.log"
try {