mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 13:56:17 +00:00
Send signatures and verify signature of patches file before loading it
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
organization = "revanced"
|
||||
patches-repository = "revanced-patches"
|
||||
integrations-repositories = [
|
||||
"revanced-integrations"
|
||||
]
|
||||
patches = { repository = "revanced-patches", asset-regex = "jar$", signature-asset-regex = "asc$", public-key-file = "patches-public-key.asc" }
|
||||
integrations = { repository = "revanced-integrations", asset-regex = "apk$", signature-asset-regex = "asc$", public-key-file = "integrations-public-key.asc" }
|
||||
contributors-repositories = [
|
||||
"revanced-patcher",
|
||||
"revanced-patches",
|
||||
|
||||
Reference in New Issue
Block a user