mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
Extra run conditions
This commit is contained in:
parent
42039f26ab
commit
4dd9d6b6c9
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ for artifact in $artifacts; do
|
|||
fi
|
||||
done
|
||||
|
||||
[[ ! -f com.google.android.youtube.apk || ! -f com.google.android.apps.youtube.music.apk ]] && flag=true
|
||||
|
||||
# Exit if no updates happened
|
||||
if [[ $flag == false && "$2" != "force" ]]; then
|
||||
echo "Nothing to update" | tee -a build.log
|
||||
|
|
Loading…
Reference in a new issue