Skip to content

Commit

Permalink
update: unidbg-fetch-qsign version
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 29, 2023
1 parent 9c38cb4 commit 7bcdd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/tool/TLV544Provider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class TLV544Provider : EncryptService, CoroutineScope {
throw UnsupportedOperationException("端口被占用 $fail")
}

val folder = java.io.File("./unidbg-fetch-qsign-1.0.4")
val folder = java.io.File("./unidbg-fetch-qsign-1.0.5")
if (folder.exists().not()) throw NoSuchFileException(folder)
val log = folder.resolve("${id}.${port}.log")
if (log.exists().not()) log.createNewFile()
Expand All @@ -112,6 +112,7 @@ public class TLV544Provider : EncryptService, CoroutineScope {
val process = runInterruptible(Dispatchers.IO) {
ProcessBuilder(
script.absolutePath,
"--host=0.0.0.0",
"--port=${port}",
"--count=1",
"--library=txlib/${ver}",
Expand Down

0 comments on commit 7bcdd0b

Please sign in to comment.