summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-12 12:54:44 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-12 12:54:44 -0400
commitc6c23b69ec85b0668e03c9fef95923b2b124ca1b (patch)
treed1145933d179a77348c8e4c88b637717197d4a56 /hooks
parent2cc5aa1508342e18a61f96d5abe67c2518966300 (diff)
initial
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/before_prepare/01_pp_hacks.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh
index cde25dab..06980e1e 100755
--- a/hooks/before_prepare/01_pp_hacks.sh
+++ b/hooks/before_prepare/01_pp_hacks.sh
@@ -49,6 +49,8 @@ echo "Copying Android notification icons to resource dir"
echo "--------------------------------------------------"
if [ -d "platforms/android/res/" ]; then
exe cp -R www/external/android-notification-icons/ platforms/android/res/
+ exe cp -f www/external/android-tv-banner/banner.png platforms/android/res/drawable
+
else
echo "Directory platforms/android/res/ does not exist, skipping..."
fi