You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A signature should accompany each patch file. This can be achieved via an ArgGroup. The current patch file option can be moved into an arg group accompanied by an optional signature option. The keyring can be supplied via an option next to the ArgGroug. If the signature is missing or invalid, the patch should abort. Another option can be added to skip signature checks. A warning should always be shown if the signature check failed or was skipped. Example:
Feature description
Depends on ReVanced/revanced-library#61
A signature should accompany each patch file. This can be achieved via an ArgGroup. The current patch file option can be moved into an arg group accompanied by an optional signature option. The keyring can be supplied via an option next to the ArgGroug. If the signature is missing or invalid, the patch should abort. Another option can be added to skip signature checks. A warning should always be shown if the signature check failed or was skipped. Example:
java -jar cli.jar patch -b patches.rvp -s patches.rvp.asc -b patches2.rvp -k revanced.gpg
A new utility subcommand should be added regarding the signatures.
Motivation
Same as ReVanced/revanced-manager#2082
Acknowledgements
The text was updated successfully, but these errors were encountered: