diff --git a/module/module.prop b/module/module.prop index 82e5da6..d73ed25 100644 --- a/module/module.prop +++ b/module/module.prop @@ -4,3 +4,4 @@ version=v2.0 versionCode=35 author=AdGuard description=Moves AdGuard's root CA certificate from the user certificate store to the system certificate store. +updateJson=https://raw.githubusercontent.com/AdguardTeam/adguardcert/master/update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..adcfc46 --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v2.0", + "versionCode": 35, + "zipUrl": "https://github.com/AdguardTeam/adguardcert/releases/download/v2.0/adguardcert-v2.0.zip", + "changelog": "https://github.com/AdguardTeam/adguardcert/releases/tag/v2.0" +}