build: Sign release artifacts
This commit is contained in:
parent
376dda6e81
commit
0d14aa1191
9 changed files with 85 additions and 58 deletions
|
|
@ -0,0 +1,7 @@
|
|||
package app.revanced.generator
|
||||
|
||||
import app.revanced.patcher.PatchSet
|
||||
|
||||
internal interface PatchesFileGenerator {
|
||||
fun generate(patches: PatchSet)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue