Skip to content

Commit

Permalink
fix: update zapstore release docs to zapstore-cli 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 4, 2024
1 parent 5362eba commit 3a390f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

# Zapstore

Pre-requirements to have installed:
Install required software:
- `sudo apt install apksigner apktool`
- https://github.com/sibprogrammer/xq \
- https://github.com/zapstore/zapstore-cli \
- https://github.com/sibprogrammer/xq
- https://github.com/zapstore/zapstore-cli

1. Make sure you have the apk file locally, either by building it with `eas --local --profile production_apk --output=./alby-go-<version>-android.apk` or downloading it from expo.dev or github release.
2. `zapstore publish albygo -a alby-go-<version>-android.apk -r <version>`
3. Use nsec to sign during zapstore publish
Then publish the release
1. `zapstore publish albygo -v <version>` (<version> without the `v` prefix)
1. Use nsec to sign release events

0 comments on commit 3a390f2

Please sign in to comment.