Twidere-App-Android-Twitter.../travis/scripts/patch_sources.sh

7 lines
239 B
Bash
Executable File

#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
patch --dry-run -d twidere < twidere/patches/remove_closed_source_dependencies.patch
else
patch -d twidere < twidere/patches/remove_closed_source_dependencies.patch
fi