feat: frameworkFolderLocation patcher option

This commit is contained in:
oSumAtrIX
2022-07-31 05:56:18 +02:00
parent 536f6f90b1
commit bc17298a80

View File

@ -144,7 +144,8 @@ internal object MainCommand : Runnable {
pArgs.cacheDirectory,
!pArgs.disableResourcePatching,
pArgs.aaptPath,
logger = PatcherLogger
pArgs.cacheDirectory,
PatcherLogger
)
)