Update Dex2Jar (#1644)

This commit is contained in:
Mitchell Syer
2025-09-15 09:25:20 -04:00
committed by GitHub
parent 1dd79a0b1e
commit fafcaa222c
2 changed files with 5 additions and 4 deletions
@@ -67,6 +67,7 @@ object PackageTools {
.printIR(false)
.noCode(false)
.skipExceptions(false)
.dontSanitizeNames(true)
.to(jarFilePath)
if (handler.hasException()) {
val rootPath = Path(applicationDirs.extensionsRoot)