mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00:00
fix: return resourceFile to caller
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package app.revanced.patcher
|
||||
|
||||
import app.revanced.patcher.util.dex.DexFile
|
||||
import brut.directory.ExtFile
|
||||
|
||||
/**
|
||||
* The result of a patcher.
|
||||
@@ -9,5 +10,6 @@ import app.revanced.patcher.util.dex.DexFile
|
||||
*/
|
||||
data class PatcherResult(
|
||||
val dexFiles: List<DexFile>,
|
||||
val doNotCompress: List<String>? = null
|
||||
val doNotCompress: List<String>? = null,
|
||||
val resourceFile: ExtFile?
|
||||
)
|
||||
Reference in New Issue
Block a user