2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-12 11:40:40 +01:00
fluffychat/scripts/release-playstore.sh
2021-03-28 09:09:02 +00:00

5 lines
67 B
Bash
Executable File

#!/bin/sh -ve
cd android
bundle exec fastlane deploy_release
cd ..