1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-31 17:04:59 +01:00
Twidere-App-Android-Twitter.../travis/scripts/extract_private_build_config.sh
2016-01-07 12:17:03 +08:00

6 lines
148 B
Bash
Executable File

#!/bin/bash
if [ -n ${PRIVATE_BUILD_CONFIG} ]; then
echo ${PRIVATE_BUILD_CONFIG} | base64 -d | tar zxf -
echo 'Extracted signing config'
fi