mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Execute Transifex for fastlane metadata from correct directory
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
tx pull -a -r briar.google-play-full-description,briar.google-play-short-description
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||
|
||||
cd "$DIR"/..
|
||||
tx pull -a -r briar.google-play-full-description,briar.google-play-short-description
|
||||
|
||||
for LANG_DIR in "$DIR"/metadata/android/*; do
|
||||
if [[ "$LANG_DIR" == *en-US ]]; then
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user