feat: `frameworkFolderLocation` patcher option

This commit is contained in:
oSumAtrIX 2022-07-31 05:56:18 +02:00
parent 536f6f90b1
commit bc17298a80
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 2 additions and 1 deletions

View File

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