Fix "scrips" typo

This commit is contained in:
Alexander Krotov 2020-10-21 23:03:10 +03:00
parent 58c59dd708
commit c524543278
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
tx pull -l en
mv res/values-en/strings.xml res/values/strings.xml
rmdir res/values-en
./scrips/check-translations.sh
./scripts/check-translations.sh

View file

@ -5,9 +5,9 @@ echo "This is done by pulling the translations"
echo "and immediately pushing them again together with the source."
echo "************************************************************************************"
echo "Pushing translations is POTENTIALLY HARMFUL so this script should be used with care."
echo "In most cases, just use ./scrips/tx-push-translations.sh which is safer."
echo "In most cases, just use ./scripts/tx-push-translations.sh which is safer."
echo "************************************************************************************"
read -p "Press ENTER to continue, CTRL-C to abort."
tx pull -f
tx push -s -t
./scrips/check-translations.sh
./scripts/check-translations.sh

View file

@ -5,7 +5,7 @@ if [ -z "$VERSION" ]; then
echo "this script uploads apk and symbols to get.delta.chat"
echo "the script does not upload things to gplay or other stores."
echo ""
echo "usage: ./scrips/upload-release.sh <VERSION>"
echo "usage: ./scripts/upload-release.sh <VERSION>"
exit
fi
if [[ ${VERSION:0:1} == "v" ]]; then