diff --git a/zapstore.yaml b/zapstore.yaml new file mode 100644 index 0000000..9d70234 --- /dev/null +++ b/zapstore.yaml @@ -0,0 +1,14 @@ +nak: + cli: + name: nak + summary: a command line tool for doing all things nostr + repository: https://github.com/fiatjaf/nak + artifacts: + nak-v%v-darwin-arm64: + platforms: [darwin-arm64] + nak-v%v-darwin-amd64: + platforms: [darwin-x86_64] + nak-v%v-linux-arm64: + platforms: [linux-aarch64] + nak-v%v-linux-amd64: + platforms: [linux-x86_64] \ No newline at end of file