Update scripts/prepare-android-release.sh

This commit is contained in:
Christian Pauly 2020-12-09 06:50:23 +00:00
parent ebb114d043
commit 2e4945e8ab
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "storePassword=${FDROID_KEY_PASS}" >> key.properties
echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties
echo "keyAlias=key" >> key.properties
echo "storeFile=../key.jks" >> key.properties
echo $PLAYSTORE_DEPLOY_KEY >> fastlane/keys.json
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
ls | grep key
bundle install
bundle update fastlane