Skip to content

Commit

Permalink
add zapstore publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Sep 5, 2024
1 parent 4f21171 commit 9c826ea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@

3. Submit to app stores
- `eas submit --platform android`
- `eas submit --platform ios`
- `eas submit --platform ios`

# Zapstore

Pre-requirements to have installed:
- `sudo apt install apksigner`
- 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 Alby nsec to sign during zapstore publish

0 comments on commit 9c826ea

Please sign in to comment.