Skip to content

Commit 281fb8d

Browse files
committed
fix absolutePath error in macos
1 parent a72eccd commit 281fb8d

File tree

1 file changed

+1
-1
lines changed
  • common/src/desktopMain/kotlin/cn/kaicity/common/platform

1 file changed

+1
-1
lines changed

common/src/desktopMain/kotlin/cn/kaicity/common/platform/IObfuscator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actual class IObfuscator actual constructor(private var flow: FlowCollector<Stri
1515

1616
val param = args.joinToString(" ")
1717

18-
val rawPath = "./dex-tools/black-obfuscator"
18+
val rawPath = "dex-tools/black-obfuscator"
1919
val absolutePath = File(rawPath).absolutePath
2020
println(absolutePath)
2121

0 commit comments

Comments
 (0)