summaryrefslogtreecommitdiff
path: root/hooks/before_prepare/01_pp_hacks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/before_prepare/01_pp_hacks.sh')
-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