From 7218a6f2f22c0ed77d07c21944b58262fc84c343 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 5 Dec 2024 21:28:51 +0000 Subject: [PATCH] feat: support keys in android --- scripts/keys.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/keys.sh b/scripts/keys.sh index 83166474c..0a5320f43 100644 --- a/scripts/keys.sh +++ b/scripts/keys.sh @@ -28,6 +28,10 @@ main_xbps() { return 0 } +main_pkg() { + return 0 +} + public() { url="https://github.com/$1.keys"