mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-31 17:04:59 +01:00
6 lines
148 B
Bash
Executable File
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 |