From 14611b0669afbfcbbce1993bdaec19eedc8a586c Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Fri, 25 Apr 2025 03:10:04 +0800 Subject: [PATCH] zapstore config --- zapstore.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zapstore.yaml diff --git a/zapstore.yaml b/zapstore.yaml new file mode 100644 index 0000000..fd8c34a --- /dev/null +++ b/zapstore.yaml @@ -0,0 +1,15 @@ +nowser: + android: + identifier: com.github.haorendashu.nowser + name: Nowser + description: A nostr signing project. + repository: https://github.com/haorendashu/nowser + license: GPL-3.0 + builder: npub19yeqjawls407xjnmgkk6yss7936pcd7qzd5srlj8wye6j8433vrsjazqwk + artifacts: + app-armeabi-v7a-release.apk: + platform: armeabi-v7a + app-arm64-v8a-release.apk: + platform: arm64-v8a + app-x86_64-release.apk: + platform: x86_64 \ No newline at end of file