Skip to content

Commit

Permalink
fix: Pre-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik committed Nov 8, 2020
1 parent e453a6a commit 4f64bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appcenter-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Attempting to decrypt env"
sh ./scripts/git-crypt-unlock.sh $GIT_CRYPT_KEY

echo "Installing pre-build dependencies"
brew installfindutils xmlstarlet
brew install findutils xmlstarlet
# findutils for gxargs which is used to load environment variables from .env file
# xmlstarlet to edit androidmanifest

Expand Down

0 comments on commit 4f64bc1

Please sign in to comment.