Fixed module template copy task during build

Fixes Magisk compatibility.
This commit is contained in:
snake-4
2024-04-01 01:23:58 +02:00
parent a07e62fcd7
commit 7200b77043

View File

@@ -55,6 +55,9 @@ androidComponents.onVariants { variant ->
"versionCode" to verCode "versionCode" to verCode
) )
} }
from("$projectDir/template") {
exclude("module.prop")
}
from(libOutDir) { from(libOutDir) {
into("zygisk") into("zygisk")
} }